Type alias ZLogDetails

ZLogDetails: {
    readonly [key in string | symbol]?: unknown
}

Log message details map.

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

Generated using TypeDoc