ECS::LogEntry::Log::Origin
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
file
Sourcefile=(file : File | Nil)
Sourcefunction
log.origin.function
The name of the function or method which originated the log event.
Level: Extended Type: Keyword Example:
init
function=(function : String | Nil)
log.origin.function
The name of the function or method which originated the log event.
Level: Extended Type: Keyword Example:
init