Skip to content

Commit

Permalink
fix: types of logger
Browse files Browse the repository at this point in the history
  • Loading branch information
taozi0818 committed Jul 1, 2022
1 parent bee2592 commit ddd9070
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions types/log4js.d.ts
Expand Up @@ -402,9 +402,7 @@ export interface Recording {
erase(): void;
}

export class Logger {
constructor(name: string);

export interface Logger {
readonly category: string;
level: Level | string;

Expand Down

0 comments on commit ddd9070

Please sign in to comment.