@contrast/logger
Advanced tools
Comparing version 1.8.0 to 1.8.1
import { Config } from '@contrast/config'; | ||
import { Messages } from '@contrast/common'; | ||
import { LoggerOptions, Logger as PinoLogger, TransportTargetOptions } from 'pino'; | ||
import { LoggerOptions, Logger, TransportTargetOptions } from 'pino'; | ||
export interface Core { | ||
@@ -10,3 +10,3 @@ readonly config: Config; | ||
export declare const kTransports: unique symbol; | ||
export interface Logger extends PinoLogger { | ||
export interface _Logger extends Logger { | ||
[kChildren]: Logger[]; | ||
@@ -18,2 +18,3 @@ [kTransports]: TransportTargetOptions[]; | ||
}, opts?: LoggerOptions): Logger; | ||
export { Logger }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@contrast/logger", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Centralized logging for Contrast agent services", | ||
@@ -14,3 +14,3 @@ "license": "SEE LICENSE IN LICENSE", | ||
"npm": ">=6.13.7 <7 || >= 8.3.1", | ||
"node": ">= 14.15.0" | ||
"node": ">= 14.18.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
285
26081
12