log4h

This is a simple logging library for haxe
https://github.com/BasicCorruption/log4h/

To install, run:

haxelib install log4h 1.0.0-beta.1 

See using Haxelib in Haxelib documentation for more information.

README.md

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: INFODEBUGWARNERROR

Logger.info(text:Any)

Logs info the to console.

Contributors
SidGames5
Version
1.0.0-beta.1
Published
3 years ago
Dependencies
License
GPL

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub