#console #logger #game-engine #simple

logex

A simple logger I made for my game engine. Use it as you want.

1 stable release

1.0.0 Sep 30, 2024
0.1.4 Sep 28, 2024
0.1.1 Aug 16, 2024

#395 in Debugging

Download history 199/week @ 2024-08-14 8/week @ 2024-08-21 15/week @ 2024-09-11 7/week @ 2024-09-18 498/week @ 2024-09-25 88/week @ 2024-10-02 28/week @ 2024-10-09 13/week @ 2024-10-16

628 downloads per month
Used in xenon-parser

Apache-1.0

3KB

logex

A simple logger for rust applications

How to use

Just use the command

logex::log("Log Text Here", logex::LogType::Info);

Info Can be replaced with Warning, Error, or FatalError to produce different ouputs. Please note that using LogType::FatalError will cause a panic. This Is intentional. If you don't like this, use LogType::Error.


lib.rs:

logex: a simple logger for rust apps

Dependencies

~0–10MB
~43K SLoC