infront-logger 1.0.0 → 1.0.1
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 +1 -1
- package/package.json +1 -1
package/README.MD
CHANGED
|
@@ -6,7 +6,7 @@ The logger supports both writhing to file and to console.
|
|
|
6
6
|
npm i @infront/logger
|
|
7
7
|
|
|
8
8
|
## Usage
|
|
9
|
-
const {BaseLogger} = require('
|
|
9
|
+
const {BaseLogger} = require('infront-logger');
|
|
10
10
|
let options = {};
|
|
11
11
|
let logger = new BaseLogger("component1", options);
|
|
12
12
|
logger.log("this is a test message");
|