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

Properties

Properties

format: <T extends Metadata>(record: LogRecord<T>) => string