Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 167 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 167 Bytes

fern-journal

Rust library for logging with Fern into the Systemd Journal

Example usage:

fern::Dispatch::new().chain(fern_journal::get_logger()).apply()?;