UNPKG

@visulima/pail

Version:

Highly configurable Logger for Node.js, Edge and Browser.

11 lines (8 loc) 783 B
import { P as PailBrowserType } from './packem_shared/pail.browser-CTdItWYz.cjs'; import { C as ConstructorOptions } from './packem_shared/types-BGWAKixQ.cjs'; export { a as DefaultLogTypes, D as DefaultLoggerTypes, E as ExtendedRfc5424LogLevels, L as LoggerConfiguration, b as LoggerFunction, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, P as Processor, R as Reporter, S as StreamAwareReporter } from './packem_shared/types-BGWAKixQ.cjs'; import 'safe-stable-stringify'; import '@visulima/colorize'; declare const createPail: <T extends string = string, L extends string = string>(options?: ConstructorOptions<T, L>) => PailBrowserType<T, L>; declare const pail: PailBrowserType<string, string>; export { ConstructorOptions, PailBrowserType as Pail, createPail, pail };