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

Implemented by

Properties

Properties

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