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

Implemented by

Properties

Properties

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