class Loggability::Formatter::Default
The default log formatter class.
Constants
- FORMAT
The format to output unless debugging is turned on
Public Class Methods
new( format=FORMAT )
click to toggle source
Specify the format for the default formatter.
Calls superclass method
Loggability::Formatter.new
# File lib/loggability/formatter/default.rb, line 16 def initialize( format=FORMAT ) super end