Class: CemAcpt::Logging::Formatter::JSONFormatter

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

#initializeJSONFormatter

Returns a new instance of JSONFormatter.



44
45
46
47
# File 'lib/cem_acpt/logging/formatter.rb', line 44

def initialize
  super
  @log_format = :json
end