Type alias LogMessage

LogMessage: {
    date: string;
    id: number;
    level: LogLevelLabel;
    message: string;
    topic: string;
}

An object representing a single log entry.

Type declaration

  • date: string
  • id: number
  • level: LogLevelLabel
  • message: string
  • topic: string

Generated using TypeDoc