rs_logger

Crates.iors_logger
lib.rsrs_logger
version0.2.0
created_at2025-06-26 04:44:33.093666+00
updated_at2025-07-17 02:39:05.55596+00
descriptionA minimal implementation of a Rust logger
homepage
repositoryhttps://github.com/virusdefender/rs_logger
max_upload_size
id1726850
size24,878
(virusdefender)

documentation

README

rust simple logger

A minimal implementation of a Rust logger.

https://crates.io/crates/rs_logger

Features

  • Logs are printed to stderr by default, but can be configured to any object that implements std::io::Write
  • Supports inserting custom information in the middle of logs
  • Supports logging without initializing the logging framework (using log_print!)
  • Supports configuring whether log levels are displayed in color through features

demo

Commit count: 0

cargo fmt