add screenshots to the README

This commit is contained in:
Johann Dreo 2023-01-23 22:25:14 +01:00
commit a6e593c37c
3 changed files with 6 additions and 0 deletions

View file

@ -56,6 +56,12 @@ To configure the display, you indicate the three types of locations, for example
log.func("(mul|add|sub|div)"); // Will match "multiply", for instance.
```
Example of a real-life log session (as seen in the [frictionlesser](https://github.com/jdreo/frictionlesser) software):
![A log screen capture with full details, showing colored messages and location.](https://github.com/nojhan/clutchlog/blob/main/demo.jpg?raw=true)
Demo showing fancy styling:
![A log screen capture showing fancy coloring of text lines.](https://github.com/nojhan/clutchlog/blob/main/demo.jpg?raw=true)
For more detailled examples, see the "Usage" sections below and the `tests` directory.

BIN
demo-extra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

BIN
demo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB