Module: LogStashLogger::TaggedLogging
- Defined in:
- lib/logstash-logger/tagged_logging.rb
Overview
Shamelessly copied from ActiveSupport::TaggedLogging
Defined Under Namespace
Modules: Formatter
Instance Method Summary collapse
Instance Method Details
#flush ⇒ Object
8 9 10 11 |
# File 'lib/logstash-logger/tagged_logging.rb', line 8 def flush formatter. super if defined?(super) end |
#tagged(*tags) ⇒ Object
4 5 6 |
# File 'lib/logstash-logger/tagged_logging.rb', line 4 def tagged(*) formatter.tagged(*) { yield self } end |