mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
fix(types): add level parameter declaration to Logger.log function
This commit is contained in:
parent
968fc1c958
commit
0a2e0da5ed
2
types/log4js.d.ts
vendored
2
types/log4js.d.ts
vendored
@ -289,7 +289,7 @@ export class Logger {
|
||||
readonly category: string;
|
||||
level: string;
|
||||
|
||||
log(...args: any[]): void;
|
||||
log(level: Level | string , ...args: any[]): void;
|
||||
|
||||
isLevelEnabled(level?: string): boolean;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user