Method: Hatchet::Configuration#formatter
- Defined in:
- lib/hatchet/configuration.rb
#formatter ⇒ Object
Public: Returns the default formatter given to the appenders that have not had their formatter explicitly set.
If not otherwise set, will be a StandardFormatter.
56 57 58 |
# File 'lib/hatchet/configuration.rb', line 56 def formatter @formatter.formatter end |