mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
fix: types of logger
This commit is contained in:
parent
3582a00747
commit
d06414cee9
4
types/log4js.d.ts
vendored
4
types/log4js.d.ts
vendored
@ -402,8 +402,8 @@ export interface Recording {
|
||||
erase(): void;
|
||||
}
|
||||
|
||||
export class Logger {
|
||||
constructor(name: string);
|
||||
export interface Logger {
|
||||
new (name: string): Logger;
|
||||
|
||||
readonly category: string;
|
||||
level: Level | string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user