UNPKG

pino-splunk-events

Version:
4 lines (3 loc) 253 B
import type { PinoLevelLabel, SplunkLog } from './toSplunkEvent'; export declare type ConsoleLevel = Exclude<PinoLevelLabel, 'fatal'>; export declare const getConsoleLevelFromSplunkLog: (log: SplunkLog) => "error" | "warn" | "info" | "debug" | "trace";