Interface LogEventLike

General shape of a log event. Minimal set of values required for LogEvent utility functions to work properly.

Hierarchy

  • LogEventLike

Implemented by

Properties

level: number
message: string
params: undefined | any[]
tag: string
timestamp: number

Generated using TypeDoc