Method: LogParser::Message#preformatted

Defined in:
lib/log_parser/message.rb,
lib/log_parser/message.rb

#preformattedtrue, false

If ‘true`, `message` should be printed as-is. Otherwise, whitespace can be eliminated.

Returns:

  • (true, false)

    the current value of preformatted


26
27
28
# File 'lib/log_parser/message.rb', line 26

def preformatted
  @preformatted
end