- Use new name `LoggingFuncs`
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-10 21:51:51 +02:00
parent 51b5044ddd
commit 8bc6dcd731
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ private unittest
gLogger.addHandler(new FileHandler(stdout));
gLogger.setLevel(Level.DEBUG);
mixin Lekker!(gLogger);
mixin LoggingFuncs!(gLogger);
DEBUG("fok", 2,2);
ERROR("fok", 2,2);