8000 Access to 'category' field of logger objects in TS · helloyou2012/log4js-node@d65cc3b · GitHub
[go: up one dir, main page]

Skip to content

Commit d65cc3b

Browse files
author
Denys Rtveliashvili
committed
Access to 'category' field of logger objects in TS
1 parent 5175f3f commit d65cc3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/log4js.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ export interface Configuration {
286286
export class Logger {
287287
new(dispatch: Function, name: string): Logger;
288288

289+
readonly category: string;
289290
level: string;
290291

291292
log(...args: any[]): void;

0 commit comments

Comments
 (0)
0