@spinajs/log-common
Advanced tools
Comparing version 2.0.120 to 2.0.121
@@ -110,5 +110,7 @@ "use strict"; | ||
static clearLoggers() { | ||
return Promise.all([...Log.Loggers.values()].map((l) => l.dispose())).then(() => { | ||
return Promise.all([...Log.Loggers.values()].map((l) => l.dispose())) | ||
.then(() => { | ||
Log.Loggers.clear(); | ||
}).then(() => { | ||
}) | ||
.then(() => { | ||
return [...Log.InternalLoggers.values()].map((l) => l.dispose()); | ||
@@ -115,0 +117,0 @@ }); |
@@ -79,5 +79,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
static clearLoggers() { | ||
return Promise.all([...Log.Loggers.values()].map((l) => l.dispose())).then(() => { | ||
return Promise.all([...Log.Loggers.values()].map((l) => l.dispose())) | ||
.then(() => { | ||
Log.Loggers.clear(); | ||
}).then(() => { | ||
}) | ||
.then(() => { | ||
return [...Log.InternalLoggers.values()].map((l) => l.dispose()); | ||
@@ -84,0 +86,0 @@ }); |
{ | ||
"version": "2.0.120", | ||
"version": "2.0.121", | ||
"description": "Log lib for all spinejs related libs", | ||
@@ -56,4 +56,4 @@ | ||
"dependencies": { | ||
"@spinajs/di": "^2.0.120" | ||
"@spinajs/di": "^2.0.121" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
175864
753
Updated@spinajs/di@^2.0.121