Method: Chalk::Log.layout
- Defined in:
- lib/chalk-log.rb
.layout ⇒ Object
The default layout to use for the root ‘Logging::Logger`.
103 104 105 |
# File 'lib/chalk-log.rb', line 103 def self.layout @layout ||= Chalk::Log::Layout.new end |