| Crates.io | one_log |
| lib.rs | one_log |
| version | 0.1.0 |
| created_at | 2025-04-14 14:36:46.535311+00 |
| updated_at | 2025-04-14 14:36:46.535311+00 |
| description | Simple log call |
| homepage | https://github.com/webcyou-org/one_log |
| repository | https://github.com/webcyou-org/one_log |
| max_upload_size | |
| id | 1632920 |
| size | 14,629 |
RUST_LOG=debug cargo run "Hello onelog info log."
LogType
RUST_LOG=debug cargo run "This is a warning" -t warn
RUST_LOG=debug cargo run "Something went wrong" -t error
RUST_LOG=debug cargo run "Debug details" -t debug