Interface Processed

Fully processed message about to be logged by ZLogger.

Hierarchy

Properties

index: number

An index of the first element of the log line to process.

Defaults to 0. When set to negative value, reset to 0. When set to the value greater than the length of the log line, reset to the log line length.

After processing will be set to the value equal or greater then the length of the final log line.

See

DueLogZ.index

line: unknown[]

Log line to process.

Populated with log line initially.

See

DueLogZ.line

on?: string

A hint indicating the logging stage.

See

DueLogZ.on

zDetails: Mutable

Log message details to process.

Populated with message details initially.

See

DueLogZ.zDetails

zLevel: ZLogLevel

Log level to process.

Populated with message log level initially.

See

DueLogZ.zLevel

zMessage: ZLogMessage

Processed log message.

Generated using TypeDoc