- Mixed in methods
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-11 08:58:16 +02:00
parent 9a19502255
commit 6bb7193cc7
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ static this()
logger.addHandler(new FileHandler(stdout));
}
import gogga.extras;
mixin LoggingFuncs!(logger);
// TODO: Change to actually use error, etc. directkly on GoggaLogger