Class: CemWinSpec::Logging::Formatter::TextFormatter

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

#initializeTextFormatter

Returns a new instance of TextFormatter.



59
60
61
62
# File 'lib/cem_win_spec/logging/formatter.rb', line 59

def initialize
  super
  @log_format = :text
end