Method: SemanticLogger::Appender::Async#log

Defined in:
lib/semantic_logger/appender/async.rb

#log(log) ⇒ Object

Add log message for processing.



86
87
88
# File 'lib/semantic_logger/appender/async.rb', line 86

def log(log)
  queue << log
end