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
a5502e6689
1
types/log4js.d.ts
vendored
1
types/log4js.d.ts
vendored
@ -264,6 +264,7 @@ export interface Levels {
|
||||
OFF: Level;
|
||||
levels: Level[];
|
||||
getLevel(level: string): Level;
|
||||
addLevels(customLevels: object): void;
|
||||
}
|
||||
|
||||
export interface Configuration {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user