1 stable release
1.0.0 | Sep 30, 2024 |
---|---|
0.1.4 |
|
0.1.1 |
|
#395 in Debugging
628 downloads per month
Used in xenon-parser
3KB
logex
A simple logger for rust applications
How to use
Just use the command
logex::log("Log Text Here", logex::LogType::Info);
Info Can be replaced with Warning, Error, or FatalError to produce different ouputs. Please note that using LogType::FatalError will cause a panic. This Is intentional. If you don't like this, use LogType::Error.
lib.rs
:
logex: a simple logger for rust apps
Dependencies
~0–10MB
~43K SLoC