class Outlog::NullLogger

Public Instance Methods

output(_hash) click to toggle source
# File lib/outlog/null_logger.rb, line 3
def output _hash
  # no-op
end