gogga 2.1.18

Simple VT100 colourised pretty-printing logger


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

<p align="center"> <img src="branding/logo_banner.png" width=450> </p>


<h3 align="center"><i><b>Simple VT100 colourised pretty-printing logger</i></b></h3>


<br

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:

Various styles are supported which can be set using mode(GoggaMode).

Or you can also View the full API.

Authors:
  • Tristan B. Velloza Kildaire
Dependencies:
dlog
Versions:
2.1.18 2023-Mar-11
2.1.17 2023-Mar-03
2.1.16 2023-Mar-03
2.1.15 2023-Mar-03
2.1.14 2023-Mar-03
Show all 37 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 0 downloads total

Score:
0.0
Short URL:
gogga.dub.pm