Class: Rospatent::NullLogger
- Inherits:
-
Object
- Object
- Rospatent::NullLogger
- Defined in:
- lib/rospatent/logger.rb
Overview
Null logger implementation for when logging is disabled
Instance Method Summary collapse
- #debug(*args) ⇒ Object
- #error(*args) ⇒ Object
- #fatal(*args) ⇒ Object
- #info(*args) ⇒ Object
- #log_cache(*args) ⇒ Object
- #log_error(*args) ⇒ Object
- #log_performance(*args) ⇒ Object
- #log_request(*args) ⇒ Object
- #log_response(*args) ⇒ Object
- #warn(*args) ⇒ Object
Instance Method Details
#debug(*args) ⇒ Object
280 |
# File 'lib/rospatent/logger.rb', line 280 def debug(*args); end |
#error(*args) ⇒ Object
283 |
# File 'lib/rospatent/logger.rb', line 283 def error(*args); end |
#fatal(*args) ⇒ Object
284 |
# File 'lib/rospatent/logger.rb', line 284 def fatal(*args); end |
#info(*args) ⇒ Object
281 |
# File 'lib/rospatent/logger.rb', line 281 def info(*args); end |
#log_cache(*args) ⇒ Object
278 |
# File 'lib/rospatent/logger.rb', line 278 def log_cache(*args); end |
#log_error(*args) ⇒ Object
277 |
# File 'lib/rospatent/logger.rb', line 277 def log_error(*args); end |
#log_performance(*args) ⇒ Object
279 |
# File 'lib/rospatent/logger.rb', line 279 def log_performance(*args); end |
#log_request(*args) ⇒ Object
275 |
# File 'lib/rospatent/logger.rb', line 275 def log_request(*args); end |
#log_response(*args) ⇒ Object
276 |
# File 'lib/rospatent/logger.rb', line 276 def log_response(*args); end |
#warn(*args) ⇒ Object
282 |
# File 'lib/rospatent/logger.rb', line 282 def warn(*args); end |