@ac-essentials/app-util
    Preparing search index...

    Interface AnsiTextRecordStringifierFormatters

    interface AnsiTextRecordStringifierFormatters {
        formatLogLevel(record: SetNonNullable<LoggerRecord, "logLevel">): string;
        formatMessage(record: LoggerRecord): string;
        formatMetadata(record: LoggerRecord): string;
        formatStackTrace(
            record: SetNonNullable<LoggerRecord, "stackTrace">,
        ): string;
        formatTextComponents(
            components: AnsiLoggerRecordStringifierTextComponents,
            record: LoggerRecord,
        ): string;
        formatTimestamp(record: LoggerRecord): string;
    }

    Implemented by

    Index

    Methods