1
0
mirror of https://github.com/deavmi/gogga.git synced 2025-02-16 09:56:49 +00:00
gogga/README.md
2023-03-02 13:22:40 +02:00

548 B


Simple VT100 colourised pretty-printing logger




Usage

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

import gogga;

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: