UNPKG

341 BTypeScriptView Raw
1export interface InjectLoggerOptions {
2 context?: string;
3 /**
4 * not implemented
5 */
6 isTimeDiffEnabled?: boolean;
7}
8export declare const Log: (options?: InjectLoggerOptions) => PropertyDecorator;
9/**
10 * get original winston logger
11 * @deprecated due to config issue
12 */
13export declare const Log2: () => PropertyDecorator;