@globalart/nestjs-logger 1.1.0 → 1.2.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/README.md +11 -0
- package/dist/index.cjs +1765 -1767
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +349 -1
- package/dist/index.d.mts +349 -1
- package/dist/index.mjs +1733 -1736
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -13
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @globalart/nestjs-logger
|
|
2
|
+
|
|
3
|
+
Professional logging module for NestJS with clean architecture, multiple formats, and built-in security features.
|
|
4
|
+
|
|
5
|
+
## Documentation
|
|
6
|
+
|
|
7
|
+
For complete documentation, examples, and API reference, please visit the [official documentation](https://globalart.js.org/packages/nestjs-logger).
|
|
8
|
+
|
|
9
|
+
## License
|
|
10
|
+
|
|
11
|
+
MIT
|