-
Ayman Bagabas authored
Exposing `logger.Log` makes it possible to use a custom log level to log messages. Simply define a new level and use `Log` and `Logf` to log messages using the newly defined level. Fixes: https://github.com/charmbracelet/log/issues/89
Ayman Bagabas authoredExposing `logger.Log` makes it possible to use a custom log level to log messages. Simply define a new level and use `Log` and `Logf` to log messages using the newly defined level. Fixes: https://github.com/charmbracelet/log/issues/89