Skip to content

Commit 83e0706

Browse files
author
toonew
committed
feat(): modify set-log-level interface limit
1 parent b63da04 commit 83e0706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interfaces/logger-interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { LoggerLevel, LOGGER_TYPE } from '../constant';
66
export interface LoggerInterface extends LoggerService {
77
info(message: string, context?: string): void;
88
error(message: string, trace?: string, context?: string): void;
9-
setLogLevel(logLevel: string): void;
9+
setLogLevel(logLevel: LoggerLevel): void;
1010
setLogContextRegex(contextList: string | RegExp | (string | RegExp)[]): void;
1111
}
1212

0 commit comments

Comments
 (0)