Method: FileFormatter#initialize
- Defined in:
- lib/maestro/log4r/file_formatter.rb
#initialize(hash = {}) ⇒ FileFormatter
Returns a new instance of FileFormatter.
6 7 8 |
# File 'lib/maestro/log4r/file_formatter.rb', line 6 def initialize(hash={}) super(hash) end |