mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Add Level types
This commit is contained in:
parent
0902620436
commit
05f91c506a
5
types/log4js.d.ts
vendored
5
types/log4js.d.ts
vendored
@ -47,7 +47,10 @@ export interface Level {
|
||||
isLessThanOrEqualTo(other: string): boolean;
|
||||
isLessThanOrEqualTo(otherLevel: Level): boolean;
|
||||
isGreaterThanOrEqualTo(other: string): boolean;
|
||||
isGreaterThanOrEqualTo(otherLevel: Level): boolean;
|
||||
isGreaterThanOrEqualTo(otherLevel: Level): boolean;
|
||||
colour: string;
|
||||
level: number;
|
||||
levelStr: string;
|
||||
}
|
||||
|
||||
export interface LoggingEvent {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user