logex

Crates.iologex
lib.rslogex
version2.0.1
created_at2024-08-16 20:14:29.349568+00
updated_at2025-03-20 11:11:43.970363+00
descriptionA simple logger for Rust command line applications
homepage
repositoryhttps://github.com/ApplePieCodes/logex
max_upload_size
id1340804
size5,758
Alula (ApplePieCodes)

documentation

README

logex

A simple logger for rust applications

How to use

Just use the command

logex::log_info("Log Text Here");

Info Can be replaced with warning, error, or fatal_error to produce different ouputs. Please note that using fatal_error will cause a panic. This Is intentional. If you don't like this, use error.

Commit count: 3

cargo fmt