Method: LogParser::Message#source_file

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

#source_fileString?

The name of the source file this message originated from. ‘nil` if it could not be determined.

Returns:

  • (String, nil)

    the current value of source_file

[View source]

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

def source_file
  @source_file
end