mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Merge pull request #574 from hansonw/patch-1
fix: Remove setLevel from Logger TypeScript definition
This commit is contained in:
commit
8f047c3264
2
types/log4js.d.ts
vendored
2
types/log4js.d.ts
vendored
@ -415,8 +415,6 @@ export interface Configuration {
|
||||
}
|
||||
|
||||
export interface Logger {
|
||||
setLevel(level: string): void;
|
||||
setLevel(level: Level): void;
|
||||
new(dispatch: Function, name: string): Logger;
|
||||
|
||||
level: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user