class ElasticLogger::NullLogger
Public Class Methods
new(name:, config:)
click to toggle source
# File lib/elastic-logger/null_writer.rb, line 3 def initialize(name:, config:); end
Public Instance Methods
log(hash)
click to toggle source
# File lib/elastic-logger/null_writer.rb, line 4 def log(hash); end