Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILogRecord

Represents a log record.

Hierarchy

  • ILogRecord

Index

Properties

Readonly context

context: string

Context used for this record.

Readonly date

date: Date

Timestamp at which the log record was created.

Readonly level

level: LogLevel

Level used to create this record.

Readonly levelName

levelName: keyof typeof LogLevel

String representation of the level.

Readonly message

message: string

Stored message.

Readonly metadata

metadata: Record<string, unknown>

Extra meta data configured with a logger.

Generated using TypeDoc