analogger 1.29.2 → 1.29.3
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -576,8 +576,8 @@ The "Testing log 2" log will not appear in the console or the terminal.
|
|
|
576
576
|
### setDefaultContext()
|
|
577
577
|
|
|
578
578
|
|
|
579
|
-
You can apply a default settings for every output with setDefaultContext
|
|
580
|
-
|
|
579
|
+
You can apply a default settings for every output with setDefaultContext.
|
|
580
|
+
**All contexts inherit from the default context.**
|
|
581
581
|
|
|
582
582
|
##### Examples
|
|
583
583
|
|