ts-composite-logger
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -7,3 +7,2 @@ import LogCode from "./constants/LogCode"; | ||
import {ILoggerPayload} from "./interfaces/ILoggerPayload"; | ||
import {Console} from "./Console"; | ||
import {LogWeight} from "./constants/LogWeight"; | ||
@@ -17,3 +16,3 @@ | ||
this.level = LogLevel.DEBUG; | ||
this.channels = [new Console()]; | ||
this.channels = []; | ||
} | ||
@@ -20,0 +19,0 @@ |
{ | ||
"name": "ts-composite-logger", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Logger written in typescript. Includes a console channel by default. Allows to add other log channels by extending ILogChannel interface.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
21056
445