logging-utils
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -361,2 +361,3 @@ 'use strict'; | ||
* @param {string|undefined} [caller] - optional arbitrary text to identify the caller of this function | ||
* @returns {Object} the given target object | ||
*/ | ||
@@ -373,2 +374,3 @@ function configureLoggingIfNotConfigured(target, settings, options, underlyingLogger, caller) { | ||
} | ||
return target; | ||
} |
{ | ||
"name": "logging-utils", | ||
"description": "Utilities for configuring simple log level based logging functionality on an object", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Byron du Preez", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
@@ -1,2 +0,2 @@ | ||
# logging-utils v2.0.2 | ||
# logging-utils v2.0.3 | ||
Utilities for configuring simple log level based logging functionality on an object. | ||
@@ -155,2 +155,6 @@ | ||
### 2.0.3 | ||
- Changes to `logging.js` module: | ||
- Added missing return value to `configureLoggingIfNotConfigured` function | ||
### 2.0.2 | ||
@@ -157,0 +161,0 @@ - Changes to `logging.js` module: |
{ | ||
"name": "logging-utils-tests", | ||
"description": "Unit tests for logging-utils", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Byron du Preez", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
75149
1106
205