Simple VT100 colourised thread safe pretty printer for debug messages
Go to file
Tristan B. Velloza Kildaire f8221ab22d - Added usage 2023-03-02 13:00:00 +02:00
branding Branding 2023-03-02 12:05:47 +02:00
source Gogga 2023-03-02 11:40:47 +02:00
.gitignore - Updated .gitignore 2023-03-01 10:15:56 +02:00
LICENSE Initial commit 2020-10-29 11:16:21 +02:00
README.md - Added usage 2023-03-02 13:00:00 +02:00
dub.json Gogga 2023-03-02 11:40:47 +02:00
example.png - Added usage 2023-03-02 13:00:00 +02:00

README.md


Simple VT100 colourised thread safe pretty-printing logger




Usage

The API is rather straight-forward, simply create a new logger and then you can use it as such:

GoggaLogger gLogger = new GoggaLogger();

gLogger.info("This is an info message");
gLogger.warn("This is a warning message");
gLogger.error("This is an error message");

This should output something like the following: