picolog 1.0.1

Tiny logging implementation for the log crate
Documentation
  • Coverage
  • 80%
    4 out of 5 items documented2 out of 4 items with examples
  • Size
  • Source code size: 11.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.37 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rbakbashev/picolog
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rbakbashev

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