Class: Sublayer::Logging::NullLogger

Inherits:
Base
  • Object
show all
Defined in:
lib/sublayer/logging/null_logger.rb

Instance Method Summary collapse

Instance Method Details

#log(level, message, data = {}) ⇒ Object



4
5
6
# File 'lib/sublayer/logging/null_logger.rb', line 4

def log(level, message, data = {})
  # do nothing
end