#logging #tiny #message #startup #panic #error

picolog

Tiny logging implementation for the log crate

2 stable releases

1.0.1 Jan 4, 2024

#13 in #startup

Zlib license

8KB
172 lines

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

Dependencies

~88KB