- Make the `logger` global such that there is only one

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-19 15:22:14 +02:00
parent ac85baae8c
commit 44e476c9c5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import core.stdc.stdlib : exit;
import gogga;
GoggaLogger logger;
private __gshared GoggaLogger logger;
static this()
{
logger = new GoggaLogger();