Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Not just a pretty (inter)face: pretty-printer + ndjson logger for log crate.
Rust
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples add clean logger Oct 4, 2019
src add clean logger Oct 4, 2019
.gitignore add wasm logger Aug 8, 2019
Cargo.lock 1.3.0 Oct 4, 2019
Cargo.toml
README.md fix readme Oct 4, 2019
ndjson.png add documentation + readme Jul 19, 2019
pretty.png add documentation + readme Jul 19, 2019

README.md

femme

crates.io version build status downloads docs.rs docs

Not just a pretty (inter)face.

A pretty-printer and ndjson logger for the log crate.

Examples

femme::start(log::LevelFilter::Trace)?;
log::warn!("Unauthorized access attempt on /login");
log::info!("Listening on port 8080");

Screenshots

Pretty Output

pretty printed logs

Newline Delimited JSON

ndjson

Installation

$ cargo add femme

License

MIT OR Apache-2.0

You can’t perform that action at this time.