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

Properties

Properties

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