Crates.io | logex |
lib.rs | logex |
version | 1.0.0 |
source | src |
created_at | 2024-08-16 20:14:29.349568 |
updated_at | 2024-09-30 10:57:03.798532 |
description | A simple logger I made for my game engine. Use it as you want. |
homepage | |
repository | https://github.com/ApplePieCodes/logex |
max_upload_size | |
id | 1340804 |
size | 2,663 |
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.