Skip to content

Commit 469efd1

Browse files
committed
feat: Examples
1 parent 5af3793 commit 469efd1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ const sampleObject = { name: "John", age: 30, location: "New York" };
161161
logger.dir(sampleObject);
162162
```
163163

164+
## Examples
165+
166+
- [Custom Colors](/examples/custom-colors.js)
167+
- [Log to File and Suppress Console](/examples/log-to-file-and-suppress-console.js)
168+
164169
## Contribute
165170

166171
Contributions to this project are welcome. Please fork the repository and submit a pull request with your changes or improvements.

examples/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# advanced-console-log examples
2+
3+
## Examples
4+
5+
- [Custom Colors](custom-colors.js)
6+
- [Log to File and Suppress Console](log-to-file-and-suppress-console.js)

0 commit comments

Comments
 (0)