Skip to content

Commit

Permalink
fix: remove log method in ILogger definition (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 authored Jan 5, 2021
1 parent e740cda commit e716349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/logger/src/interface.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as logform from 'logform';

export interface ILogger {
log?(msg: any, ...args: any[]): void;
info(msg: any, ...args: any[]): void;
debug(msg: any, ...args: any[]): void;
error(msg: any, ...args: any[]): void;
Expand Down

0 comments on commit e716349

Please sign in to comment.