UNPKG

@200systems/mf-logger

Version:

Structured logging with multiple outputs and performance timing for TypeScript applications

6 lines 384 B
import { Logger, LoggerConfig } from './types.js'; export declare function createLogger(config?: Partial<LoggerConfig>): Logger; export declare function createBrowserLogger(config?: Partial<LoggerConfig>): Logger; export declare function createServerLogger(config?: Partial<LoggerConfig>): Logger; export declare const defaultConfig: LoggerConfig; //# sourceMappingURL=logger.d.ts.map