UNPKG

@gabliam/log4js

Version:
7 lines (6 loc) 188 B
import { Configuration } from 'log4js'; import { log4js } from './log4js'; export declare class LoggerConfig { loggerConfig: Configuration | null; createLogger(): typeof log4js; }