@sap-ux/logger
Advanced tools
+2
-3
| { | ||
| "name": "@sap-ux/logger", | ||
| "version": "0.7.0", | ||
| "version": "0.7.1", | ||
| "description": "A simple logging module", | ||
@@ -26,4 +26,3 @@ "repository": { | ||
| "@types/vscode": "1.73.1", | ||
| "jest-extended": "4.0.2", | ||
| "jest": ">=29.7.0", | ||
| "jest-extended": "6.0.0", | ||
| "logform": "2.6.0" | ||
@@ -30,0 +29,0 @@ }, |
+4
-2
@@ -1,3 +0,5 @@ | ||
| # `@sap-ux/logger` | ||
| [](https://github.com/SAP/open-ux-tools/blob/main/packages/logger/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/logger) | ||
| # [`@sap-ux/logger`](https://github.com/SAP/open-ux-tools/tree/main/packages/logger) | ||
| This is a simple logging library. It uses [Winston](https://github.com/winstonjs/winston) underneath to do the heavy-lifting. The API is agnostic to any particular logging library. Don't depend on any Winston-specific implemenation as the underlying library may change in the future. | ||
@@ -74,2 +76,2 @@ | ||
| - `ConsoleTransport` logs colored and timestamped lines (piping will remove color encoding though) | ||
| * File rotation - the file transport appends to an existing file or creates a new one if missing | ||
| * File rotation - the file transport appends to an existing file or creates a new one if missing |
51416
0.61%5
-16.67%76
1.33%