@cdm-logger/core
Advanced tools
Comparing version 9.0.3 to 9.0.5
@@ -7,2 +7,6 @@ /// <reference types="node" /> | ||
export declare type LevelWithSilent = LoggerLevel | "silent"; | ||
export declare type ChildLoggerOptions = { | ||
[key: string]: string; | ||
childName?: string; | ||
}; | ||
export interface BaseLogger extends EventEmitter { | ||
@@ -56,3 +60,3 @@ /** | ||
*/ | ||
child(options: Object, simple?: boolean): ILogger; | ||
child(options: ChildLoggerOptions, simple?: boolean): ILogger; | ||
/** | ||
@@ -59,0 +63,0 @@ * Log at `'fatal'` level the given msg. If the first argument is an object, all its properties will be included in the JSON line. |
{ | ||
"name": "@cdm-logger/core", | ||
"version": "9.0.3", | ||
"version": "9.0.5", | ||
"description": "Universal - Logger", | ||
@@ -55,3 +55,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "0d6125a2fac69ec027000c4cb6e91a6060f43975" | ||
"gitHead": "a5cf643c7199da6bc8cd4625dd7a2d5c339f86d8" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12567
226