Class: GithubHook::NullLogger
- Inherits:
-
Object
- Object
- GithubHook::NullLogger
- Defined in:
- app/services/github_hook/null_logger.rb
Instance Method Summary collapse
Instance Method Details
#debug(*_) ⇒ Object
3 |
# File 'app/services/github_hook/null_logger.rb', line 3 def debug(*_); end |
#error(*_) ⇒ Object
6 |
# File 'app/services/github_hook/null_logger.rb', line 6 def error(*_); end |
#info(*_) ⇒ Object
4 |
# File 'app/services/github_hook/null_logger.rb', line 4 def info(*_); end |
#warn(*_) ⇒ Object
5 |
# File 'app/services/github_hook/null_logger.rb', line 5 def warn(*_); end |