Skip to content

Commit 56b5cc4

Browse files
committed
Update readme with screenshots
1 parent 1714f85 commit 56b5cc4

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ logger.warning("Warning");
1313
logger.error("Error");
1414
logger.critical("Critical");
1515
```
16+
![Simple Example](./assets/simple.png)
1617

1718
## More complex example
1819
```ts
@@ -31,6 +32,7 @@ logger.debug("Debug"); // Ignored due to the minimumLevel
3132
logger.info("This is {type} logging in {program}", "Structured", "Deno");
3233
logger.warning("Numbers work: {number} as well as arrays: {arr}", 1, ["a","b","c"]);
3334
```
35+
![Complex Example](./assets/complex.png)
3436

3537
## String formatting
3638

assets/complex.png

22.2 KB
Loading

assets/simple.png

30.4 KB
Loading

0 commit comments

Comments
 (0)