Skip to content

Commit

Permalink
ConsoleLogger
Browse files Browse the repository at this point in the history
- Removed
  • Loading branch information
deavmi committed Apr 9, 2024
1 parent b29e2eb commit 1d57ab1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions source/dlog/basic.d
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,4 @@ public class BasicLogger : Logger
{
return this.level;
}
}

public class ConsoleLogger : BasicLogger
{
this()
{
import std.stdio;
addHandler(new FileHandler(stdout));
}
}

0 comments on commit 1d57ab1

Please sign in to comment.