logger4node
Advanced tools
Comparing version 0.0.4 to 0.0.6
{ | ||
"name": "logger4node", | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ import { Debugger } from 'debug'; | ||
private static isLogEnabled; | ||
private static set ApplicationName(value); | ||
private static setApplicationName; | ||
get debugLogger(): Debugger; | ||
@@ -18,0 +18,0 @@ verbose(formatter: unknown, ...args: Array<unknown>): void; |
@@ -18,3 +18,3 @@ "use strict"; | ||
} | ||
static set ApplicationName(applicationName) { | ||
static setApplicationName(applicationName) { | ||
Logger4Node._ApplicationName = applicationName; | ||
@@ -21,0 +21,0 @@ } |
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
5693