code_logger-0.1.0 is not a library.
Code_Logger
A simple, colorful, and flexible logging library for Rust with support for timestamps, log levels, and custom error codes. Built using a builder pattern for ergonomic usage.
Features
- Four log levels:
Info,Warn,Error,Debug - Optional timestamps
- Optional custom error codes
- Color-coded output in the terminal
- Ergonomic builder pattern
Installation
Add cozy_logger to your Cargo.toml:
[]
= "..."
Usage: