Interface ZLogMessage

Log message.

Can be constructed by zlogMessage function.

Hierarchy

  • ZLogMessage

Properties

Properties

details: ZLogDetails

Message details map.

The keys of this map are specific to application or log recorder implementation.

level: ZLogLevel

The log level of this message.

The higher value means higher priority.

line: readonly unknown[]

Log line containing arbitrary values to log.

This is originally populated with the values passed to any logging method or zlogMessage function.

Generated using TypeDoc