File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -47,23 +47,19 @@ export declare class Log {
4747}
4848
4949export declare interface Logging {
50-
5150 debug ( ...args : any [ ] ) : void ;
5251 info ( ...args : any [ ] ) : void ;
5352 warn ( ...args : any [ ] ) : void ;
5453 error ( ...args : any [ ] ) : void ;
55-
5654 isDebug ( ) : boolean ;
5755 isInfo ( ) : boolean ;
5856}
5957
6058export declare class Logger implements Logging {
61-
6259 debug ( ...args : any [ ] ) : void ;
6360 info ( ...args : any [ ] ) : void ;
6461 warn ( ...args : any [ ] ) : void ;
6562 error ( ...args : any [ ] ) : void ;
66-
6763 isDebug ( ) : boolean ;
6864 isInfo ( ) : boolean ;
6965
@@ -78,7 +74,6 @@ export declare class ChildLogger implements Logging {
7874 info ( ...args : any [ ] ) : void ;
7975 warn ( ...args : any [ ] ) : void ;
8076 error ( ...args : any [ ] ) : void ;
81-
8277 isDebug ( ) : boolean ;
8378 isInfo ( ) : boolean ;
8479}
You can’t perform that action at this time.
0 commit comments