Module: Logging::Layouts
- Defined in:
- lib/logging/lumberjack.rb
Defined Under Namespace
Classes: Parseable
Class Method Summary collapse
-
.lumberjack(*args) ⇒ Object
addition.
Class Method Details
.lumberjack(*args) ⇒ Object
addition
23 24 25 |
# File 'lib/logging/lumberjack.rb', line 23 def self.lumberjack( *args ) ::Logging::Layouts::Parseable.lumberjack(*args) end |