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
290 |
# File 'lib/rospatent/logger.rb', line 290 def debug(*args); end |
#error(*args) ⇒ Object
293 |
# File 'lib/rospatent/logger.rb', line 293 def error(*args); end |
#fatal(*args) ⇒ Object
294 |
# File 'lib/rospatent/logger.rb', line 294 def fatal(*args); end |
#info(*args) ⇒ Object
291 |
# File 'lib/rospatent/logger.rb', line 291 def info(*args); end |
#log_cache(*args) ⇒ Object
288 |
# File 'lib/rospatent/logger.rb', line 288 def log_cache(*args); end |
#log_error(*args) ⇒ Object
287 |
# File 'lib/rospatent/logger.rb', line 287 def log_error(*args); end |
#log_performance(*args) ⇒ Object
289 |
# File 'lib/rospatent/logger.rb', line 289 def log_performance(*args); end |
#log_request(*args) ⇒ Object
285 |
# File 'lib/rospatent/logger.rb', line 285 def log_request(*args); end |
#log_response(*args) ⇒ Object
286 |
# File 'lib/rospatent/logger.rb', line 286 def log_response(*args); end |
#warn(*args) ⇒ Object
292 |
# File 'lib/rospatent/logger.rb', line 292 def warn(*args); end |