simple_color_log

Crates.iosimple_color_log
lib.rssimple_color_log
version0.1.1
sourcesrc
created_at2024-09-03 19:14:10.971222
updated_at2024-09-04 05:08:55.470032
descriptionA simple color log library for Rust
homepage
repositoryhttps://github.com/goldensansapple/simple_color_log
max_upload_size
id1361956
size9,005
(goldensansapple)

documentation

README

Simple Color Log

This is a simple logger that uses standard log levels and prints the file name, line number, and timestamp for each log message. The log levels are as follows:

  • FATAL
  • ERROR
  • WARN
  • INFO
  • DEBUG
  • TRACE

The logger's level is set through the feature flags. These are the allowed feature flags:

  • error
  • warn
  • info
  • debug
  • trace

The logger will only print messages that are at or above the level set by the feature flag. The default level is info.

Commit count: 0

cargo fmt