GdCSharpLog's icon

GdCSharpLog 1.0 Tools 4.2 Community

Submitted by user Joachim Barré; MIT; 2024-02-27

A Simple logger for C# game projects

* Colored output using print_rich
* prompt containing date,time,file,function and line
* multiple log level
* hide debug and info message on release

to use it use the log object for exemple :
Log.dbg("debug message");
Log.info("info message");
Log.warn("warning message");
Log.error("error message");


View files Download Submit an issue Recent Edits