1
0
mirror of https://github.com/CFC-Servers/gm_logger.git synced 2025-03-04 03:03:01 -05:00

Remove leading asterisks

This commit is contained in:
Brandon Sturgeon 2020-04-06 20:46:09 -04:00
parent c9d92c3195
commit c801f28180

View File

@ -104,7 +104,7 @@ Output:
Sending fatal message to discord! ( Major oof!)
```
**Please note that callbacks will only run for levels >= your currently selected log level.
Please note that callbacks will only run for levels >= your currently selected log level.
This means that if your log level is set to `"error"`, but you add a callback to `"warn"`, all `"warn"` messages would not be printed in the console _and_ the callbacks wouldn't run.