Class: CemWinSpec::Logging::Formatter::JSONFormatter

Inherits:
FileFormatter
  • Object
show all
Defined in:
lib/cem_win_spec/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.



40
41
42
43
# File 'lib/cem_win_spec/logging/formatter.rb', line 40

def initialize
  super
  @log_format = :json
end