@spinajs/log
Advanced tools
Comparing version 2.0.228 to 2.0.229
@@ -97,3 +97,3 @@ "use strict"; | ||
if (!t.instance) { | ||
throw new exceptions_1.InvalidOperation(`Target for rule ${t.rule.name} not exists`); | ||
throw new exceptions_1.InvalidOperation(`Target ${t.rule.target} for rule ${t.rule.name} not exists`); | ||
} | ||
@@ -100,0 +100,0 @@ return t.instance.write(entry); |
@@ -91,3 +91,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
if (!t.instance) { | ||
throw new InvalidOperation(`Target for rule ${t.rule.name} not exists`); | ||
throw new InvalidOperation(`Target ${t.rule.target} for rule ${t.rule.name} not exists`); | ||
} | ||
@@ -94,0 +94,0 @@ return t.instance.write(entry); |
{ | ||
"name": "@spinajs/log", | ||
"version": "2.0.228", | ||
"version": "2.0.229", | ||
"description": "Log lib for all spinejs related libs", | ||
@@ -45,7 +45,7 @@ | ||
"@colors/colors": "^1.5.0", | ||
"@spinajs/configuration": "^2.0.228", | ||
"@spinajs/di": "^2.0.228", | ||
"@spinajs/exceptions": "^2.0.228", | ||
"@spinajs/internal-logger": "^2.0.228", | ||
"@spinajs/log-common": "^2.0.228", | ||
"@spinajs/configuration": "^2.0.229", | ||
"@spinajs/di": "^2.0.229", | ||
"@spinajs/exceptions": "^2.0.229", | ||
"@spinajs/internal-logger": "^2.0.229", | ||
"@spinajs/log-common": "^2.0.229", | ||
"ajv": "^8.12.0", | ||
@@ -52,0 +52,0 @@ "chalk": "5.2.0", |
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
264306
Updated@spinajs/di@^2.0.229
Updated@spinajs/exceptions@^2.0.229
Updated@spinajs/log-common@^2.0.229