| Crates.io | picolog |
| lib.rs | picolog |
| version | 1.0.1 |
| created_at | 2024-01-04 04:01:26.352575+00 |
| updated_at | 2024-01-04 04:21:33.622147+00 |
| description | Tiny logging implementation for the log crate |
| homepage | |
| repository | https://github.com/ruslashev/picolog |
| max_upload_size | |
| id | 1088063 |
| size | 8,440 |
picolog – a tiny, no-extra-dependency, feature-lacking logging implementation for the log¹ crate.
2024-01-04 03:16:02 DEBUG [module] message
2024-01-04 03:16:02 ERROR [module] message
Rationale
This crate is like simple_logger² except it doesn't panic on startup because of a rare time³ issue.
¹ https://crates.io/crates/log
² https://crates.io/crates/simple_logger
³ https://crates.io/crates/time