Compare commits

...

1 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 7e14ec68a8 Extras
- Fixed import issue
2024-04-11 08:52:35 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@
*/
module gogga.extras;
import gogga.core : GoggaLogger;
/**
* Mixes in a set of easy helper methods
* for each log-level in `Level`, with
@ -63,7 +65,6 @@ if(__traits(isSame, typeof(gLogger), GoggaLogger))
version(unittest)
{
import gogga;
import gogga.extras;
import std.stdio : writeln, stdout;
import dlog.basic : Level, FileHandler;