logex 2.0.1

A simple logger for Rust command line applications
Documentation

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.