From 1d57ab1529c290b7a5a1dbcaaac2e8379781b08e Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Tue, 9 Apr 2024 19:31:52 +0200 Subject: [PATCH] ConsoleLogger - Removed --- source/dlog/basic.d | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/dlog/basic.d b/source/dlog/basic.d index 667582c..88ceb2f 100644 --- a/source/dlog/basic.d +++ b/source/dlog/basic.d @@ -238,13 +238,4 @@ public class BasicLogger : Logger { return this.level; } -} - -public class ConsoleLogger : BasicLogger -{ - this() - { - import std.stdio; - addHandler(new FileHandler(stdout)); - } } \ No newline at end of file