Skip to content

Commit

Permalink
Merge pull request #1276 from taozi0818/taoz1/fix_types
Browse files Browse the repository at this point in the history
fix: Logger has not export in entry file
  • Loading branch information
lamweili committed Jul 6, 2022
2 parents 6acc345 + d06414c commit 1ca79da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/log4js.d.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 1ca79da

Please sign in to comment.