Class: ElasticLogger::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/elastic-logger/null_writer.rb

Instance Method Summary collapse

Constructor Details

#initialize(name:, config:) ⇒ NullLogger

Returns a new instance of NullLogger.



3
# File 'lib/elastic-logger/null_writer.rb', line 3

def initialize(name:, config:); end

Instance Method Details

#log(hash) ⇒ Object



4
# File 'lib/elastic-logger/null_writer.rb', line 4

def log(hash); end