rs_logger 0.1.2

A minimal implementation of a Rust logger
Documentation

rust simple logger

A minimal implementation of a Rust logger.

https://crates.io/crates/rs_logger

Features

  • Logs are printed to stderr
  • Supports logging without initializing the logging framework (using log_print!)
  • Supports inserting custom information in the middle of logs
  • Supports configuring whether log levels are displayed in color through features

demo