Class: CemWinSpec::Logging::Formatter::JSONFormatter
- Inherits:
-
FileFormatter
- Object
- FileFormatter
- CemWinSpec::Logging::Formatter::JSONFormatter
- Defined in:
- lib/cem_win_spec/logging/formatter.rb
Instance Attribute Summary
Attributes inherited from FileFormatter
Instance Method Summary collapse
-
#initialize ⇒ JSONFormatter
constructor
A new instance of JSONFormatter.
Methods inherited from FileFormatter
Constructor Details
#initialize ⇒ JSONFormatter
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 |