UNPKG

471 BTypeScriptView Raw
1import { logLevels } from './constants';
2import { getLogLevelName } from './getLogLevelName';
3import type { RoarrGlobalState } from './types';
4declare const ROARR: RoarrGlobalState;
5declare const Roarr: import("./types").Logger<import("./types").JsonObject>;
6export type { MessageSerializer, Logger, LogLevelName, LogWriter, Message, MessageEventHandler, RoarrGlobalState, TransformMessageFunction, } from './types';
7export { getLogLevelName, logLevels, Roarr, ROARR, };