log4h
Log4h is a simple library for logging in Haxe.
Development Roadmap
- April 2023 | Full logging functionality
- May 2023 | Saving logs to a file
- June 2023 | Searching previous logs
Docs
Logger.log(type:LogType, text:Any)
Logs a message to the console.
| type: INFO | DEBUG | WARN | ERROR |
|---|
Logger.info(text:Any)
Logs info the to console.