@putkoff/abstract-logger 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/logger/logger.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/logger/logger.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/logger/logger.d.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -14569,7 +14569,7 @@ function resolveLogger(candidate) {
|
|
|
14569
14569
|
return null;
|
|
14570
14570
|
}
|
|
14571
14571
|
/* ------------------------------------------------------------------ */
|
|
14572
|
-
/*
|
|
14572
|
+
/* IMPLEMENTATION */
|
|
14573
14573
|
/* ------------------------------------------------------------------ */
|
|
14574
14574
|
function getLogString(messageOrOptions, logType = null, details = null, function_name = null, file_location = null, consumerLogger = null) {
|
|
14575
14575
|
// ---------------- Normalize inputs ----------------
|