Readonly detailsMessage details map.
The keys of this map are specific to application or log recorder implementation.
Readonly levelThe log level of this message.
The higher value means higher priority.
Readonly lineLog line containing arbitrary values to log.
This is originally populated with the values passed to any logging method or zlogMessage function.
Generated using TypeDoc
Log message.
Can be constructed by zlogMessage function.