File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ npm install advanced-console-log
66
66
67
67
## Usage
68
68
69
- First import ` advanced-console-log ` into your application using require:
69
+ After installation, import ` advanced-console-log ` into your application using require:
70
70
71
71
``` js
72
72
const ACL = require (" advanced-console-log" );
@@ -165,6 +165,7 @@ logger.dir(sampleObject);
165
165
166
166
- [ Advanced Example] ( /examples/advanced-example.js )
167
167
- [ Custom Colors] ( /examples/custom-colors.js )
168
+ - [ Generate Report] ( /examples/generate-report.js )
168
169
- [ Log to File and Suppress Console] ( /examples/log-to-file-and-suppress-console.js )
169
170
- [ Terminate on Fatal] ( /examples/terminate-on-fatal.js )
170
171
Original file line number Diff line number Diff line change 2
2
3
3
- [ Advanced Example] ( advanced-example.js )
4
4
- [ Custom Colors] ( custom-colors.js )
5
+ - [ Generate Report] ( generate-report.js )
5
6
- [ Log to File and Suppress Console] ( log-to-file-and-suppress-console.js )
6
7
- [ Terminate on Fatal] ( terminate-on-fatal.js )
You can’t perform that action at this time.
0 commit comments