analogger 1.30.3 → 1.30.4
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
|
@@ -131,8 +131,8 @@ console.log("something");
|
|
|
131
131
|
<br/>
|
|
132
132
|
|
|
133
133
|
### Generate another AnaLogger instance
|
|
134
|
-
If you want to have different logger
|
|
135
|
-
You may want to have a
|
|
134
|
+
If you want to have different logger with different purposes, you can create multiple instances.
|
|
135
|
+
You may want to have a logger that writes to a file specific information, while another one sends its logs to a remote server for instance.
|
|
136
136
|
|
|
137
137
|
```javascript
|
|
138
138
|
// Get the class first
|