UNPKG

@boost/log

Version:

Lightweight level based logging system.

6 lines 252 B
import type { LoggerFunction, LoggerOptions } from './types'; /** * Create and return a logger with any configured transports. */ export declare function createLogger(options: LoggerOptions): LoggerFunction; //# sourceMappingURL=createLogger.d.ts.map