picolog

Crates.iopicolog
lib.rspicolog
version1.0.1
sourcesrc
created_at2024-01-04 04:01:26.352575
updated_at2024-01-04 04:21:33.622147
descriptionTiny logging implementation for the log crate
homepage
repositoryhttps://github.com/ruslashev/picolog
max_upload_size
id1088063
size8,440
Ruslan Akbashev (ruslashev)

documentation

README

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

Commit count: 0

cargo fmt