Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

ApplePieCodes/logex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages