ECS::LogEntry::Log::Origin::File
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
log.origin.file.line
The line number of the file containing the source code which originated the log event.
Level: Extended Type: Integer Example:
42
log.origin.file.line
The line number of the file containing the source code which originated the log event.
Level: Extended Type: Integer Example:
42
log.origin.file.name
The name of the file containing the source code which originated the log event.
Note that this field is not meant to capture the log file. The correct field to
capture the log file is log.file.path.
Level: Extended Type: Keyword Example:
Bootstrap.java
log.origin.file.name
The name of the file containing the source code which originated the log event.
Note that this field is not meant to capture the log file. The correct field to
capture the log file is log.file.path.
Level: Extended Type: Keyword Example:
Bootstrap.java