- Added usage

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-02 13:00:00 +02:00
parent 73fff0eae4
commit f8221ab22d
2 changed files with 13 additions and 1 deletions

View File

@ -11,7 +11,19 @@
<br> <br>
<br <br
## Usage
TODO: Add docs The API is rather straight-forward, simply create a new logger and then you can use it as such:
```d
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:
![](example.png)

BIN
example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB