AUL - Another useless logger
Another logging library that can be used for logging to stdout
Documentation:
Usage:
Import the library into your Cargo.toml
[]
= "1.1.1"
You can also disable the coloring feature
[]
= { = "1.1.1", = ["no-color"] }
Then use the specific macro or censor specific data
use Level;
use ;
FAQ
Q: I wrapped my data inside of the Sens struct but it still shows the values?
A: You need to set the env variable SAFE_LOGGING to true at any point in runtime