@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 CHANGED
@@ -14569,7 +14569,7 @@ function resolveLogger(candidate) {
14569
14569
  return null;
14570
14570
  }
14571
14571
  /* ------------------------------------------------------------------ */
14572
- /* UNIVERSAL getLogString (cannot crash) */
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 ----------------