Change logger use color
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user