@putkoff/abstract-logger 0.0.22 โ 0.0.24
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 +8 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -14650,6 +14650,14 @@ function getLogString(messageOrOptions, logType = null, details = null, function
|
|
|
14650
14650
|
}
|
|
14651
14651
|
const emojiMap = {
|
|
14652
14652
|
success: "โ
",
|
|
14653
|
+
processing: "๐",
|
|
14654
|
+
listening: "๐ก",
|
|
14655
|
+
computing: "๐ง ",
|
|
14656
|
+
waiting: "โณ",
|
|
14657
|
+
emitting: "๐ค",
|
|
14658
|
+
ingesting: "๐ฅ",
|
|
14659
|
+
prune: "๐งน",
|
|
14660
|
+
connect: "๐",
|
|
14653
14661
|
info: "โน๏ธ",
|
|
14654
14662
|
warn: "โ ๏ธ",
|
|
14655
14663
|
error: "โ",
|