The data saved for a log entry.

Hierarchy (View Summary)

Constructors

Properties

cleanupAt: Date

The timestamp after which the log will be deleted.

context: LogContext

The context of the log.

createdAt: Date

A timestamp of the log.

error?: LoggedError

An error logged by LogLevel.ERROR and LogLevel.CRITICAL.

id: string

The uuid (universal unique identifier) of the entity.

level: LogLevel

The log level.

message: string

The message that was logged.