analogger 1.24.0 → 1.25.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [1.25.0](https://github.com/thimpat/analogger/compare/v1.24.1...v1.25.0) (2023-03-03)
2
+
3
+ ## [1.24.1](https://github.com/thimpat/analogger/compare/v1.24.0...v1.24.1) (2023-03-02)
4
+
1
5
  # [1.24.0](https://github.com/thimpat/analogger/compare/v1.23.3...v1.24.0) (2023-02-27)
2
6
 
3
7
  ## [1.23.3](https://github.com/thimpat/analogger/compare/v1.23.2...v1.23.3) (2023-02-19)
package/README.md CHANGED
@@ -507,6 +507,8 @@ Use native console format after overrides.
507
507
  anaLogger.overrideConsole();
508
508
  console.log(`Example 1`); // <= Will use new format
509
509
  console.rawLog(`Example 2`); // <= Will use native format
510
+
511
+ console.log({raw: true}, `Example 2`); // <= Will use native format
510
512
  ```
511
513
 
512
514
  <br/>