| Crates.io | logex |
| lib.rs | logex |
| version | 2.0.1 |
| created_at | 2024-08-16 20:14:29.349568+00 |
| updated_at | 2025-03-20 11:11:43.970363+00 |
| description | A simple logger for Rust command line applications |
| homepage | |
| repository | https://github.com/ApplePieCodes/logex |
| max_upload_size | |
| id | 1340804 |
| size | 5,758 |
Just use the command
logex::log_info("Log Text Here");
Info Can be replaced with warning, error, or fatal_error to produce different ouputs. Please note that using fatal_error will cause a panic. This Is intentional. If you don't like this, use error.