1
0
mirror of https://github.com/deavmi/dlog.git synced 2024-07-27 08:30:39 +02:00
- Updated documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 15:26:33 +02:00
parent 0362ae7694
commit f54ec9f87b

View File

@ -27,6 +27,9 @@ public final class DefaultLogger : Logger
super(multiArgJoiner);
}
/**
* Our logging implementation
*/
protected override void logImpl(string message)
{
import std.stdio : write;