nightingale-monorepo
    Preparing search index...

    Interface NightingaleFormatter

    interface NightingaleFormatter {
        format: <T extends Metadata>(
            record: LogRecord<T>,
        ) => [string, ...string[]];
    }

    Implemented by

    Index

    Properties

    Properties

    format: <T extends Metadata>(record: LogRecord<T>) => [string, ...string[]]