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
9 |
# File 'app/services/github_hook/null_logger.rb', line 9 def error(*_); end |
#info(*_) ⇒ Object
5 |
# File 'app/services/github_hook/null_logger.rb', line 5 def info(*_); end |
#warn(*_) ⇒ Object
7 |
# File 'app/services/github_hook/null_logger.rb', line 7 def warn(*_); end |