Skip to content

Commit

Permalink
Added definition for 'enabledFor' method. (#30)
Browse files Browse the repository at this point in the history
stasberkov authored and jonnyreeves committed Jul 5, 2016

Verified

This commit was signed with the committer’s verified signature.
1 parent adc9b02 commit 2b5bc66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logger.d.ts
Original file line number Diff line number Diff line change
@@ -98,6 +98,7 @@ interface ILogger {
get(name: string): ILogger;
time(label: string): void;
timeEnd(label: string): void;
enabledFor(level: ILogLevel): boolean;
}

declare var Logger: ILogger;

0 comments on commit 2b5bc66

Please sign in to comment.