Class: CemAcpt::Logging::Formatter::TextFormatter

Inherits:
FileFormatter
  • Object
show all
Defined in:
lib/cem_acpt/logging/formatter.rb

Instance Attribute Summary

Attributes inherited from FileFormatter

#log_format

Instance Method Summary collapse

Methods inherited from FileFormatter

#get

Constructor Details

#initializeTextFormatter

Returns a new instance of TextFormatter.



63
64
65
66
# File 'lib/cem_acpt/logging/formatter.rb', line 63

def initialize
  super
  @log_format = :text
end