1
0
mirror of https://github.com/deavmi/gogga synced 2024-09-21 09:43:45 +02:00
gogga/dub.json
Tristan B. Velloza Kildaire 8766e3bcc5 Gogga
- Upgraded to `dlog ` `v0.3.6`
- Override `warn`, `debug_`, `info` and `error` and instantiate a new `GoggaContext` within
- Fixed `debugColor(string, Level)`

GoggaContext

- Removed overriden methods
2023-03-02 11:40:47 +02:00

13 lines
294 B
JSON

{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"dependencies": {
"dlog": "0.3.6"
},
"description": "Simple VT100 colourised thread safe pretty printer for debug messages",
"license": "LGPL",
"name": "gogga",
"targetType": "library"
}