zibri
    Preparing search index...

    The data saved for a log entry.

    Implements

    Index

    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 id of the entity.

    level: LogLevel

    The log level.

    message: string

    The message that was logged.