mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
chore(types): LogEvent types
This commit is contained in:
parent
edb8b6437d
commit
92e84db7df
5
types/log4js.d.ts
vendored
5
types/log4js.d.ts
vendored
@ -66,6 +66,11 @@ export interface LoggingEvent {
|
||||
workerId: number;
|
||||
worker: number;
|
||||
};
|
||||
functionName?: string;
|
||||
fileName?: string;
|
||||
lineNumber?: number;
|
||||
columnNumber?: number;
|
||||
callStack?: string;
|
||||
}
|
||||
|
||||
export type Token = ((logEvent: LoggingEvent) => string) | string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user