Crate cj_femme

source ·
Expand description

Not just a pretty (inter)face.

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

Examples

cj_femme::start();
log::warn!("Unauthorized access attempt on /login");
log::info!("Listening on port 8080");

Enums

  • An enum representing the available verbosity level filters of the logger.

Functions

  • Starts logging depending on current environment.
  • Start logging with a log level.