Change logger use color

This commit is contained in:
2023-11-01 14:01:45 +01:00
parent 0af40da311
commit 1c47eccd88
2 changed files with 8 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ before you include `log.h`, you can define custom log levels by defining the fol
```
### Colorful Log Messages
For improved readability, log messages can be printed in color by configuring `LOGGER_USE_COLOR` to `1` in `log.h` or before you include `log.h`. \
For improved readability, log messages can be printed in color by defining `LOGGER_USE_COLOR` in `log.h` or before you include `log.h`. \
Default is `0`
### Log Output Format