mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Merge branch 'master' of https://github.com/log4js-node/log4js-node
This commit is contained in:
commit
aa6c85ca5f
2
types/log4js.d.ts
vendored
2
types/log4js.d.ts
vendored
@ -17,7 +17,7 @@ export function getLogger(category?: string): Logger;
|
||||
export function configure(filename: string): Log4js;
|
||||
export function configure(config: Configuration): Log4js;
|
||||
|
||||
export function addLayout(name: string, config: (a: any) => (logEvent: LoggingEvent) => string): void;
|
||||
export function addLayout(name: string, config: (a: any) => (logEvent: LoggingEvent) => any): void;
|
||||
|
||||
export function connectLogger(logger: Logger, options: { format?: Format; level?: string; nolog?: any; statusRules?: any[] }): any; // express.Handler;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user