ConsoleLogger

- Removed
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-09 19:31:52 +02:00
parent b29e2eb1c7
commit 1d57ab1529
1 changed files with 0 additions and 9 deletions

View File

@ -238,13 +238,4 @@ public class BasicLogger : Logger
{ {
return this.level; return this.level;
} }
}
public class ConsoleLogger : BasicLogger
{
this()
{
import std.stdio;
addHandler(new FileHandler(stdout));
}
} }