you could create a new Logger and use this one.
static this() {
auto tmpLog = new FileLogger("logfile.log");
tmpLog.log("Hello World");
}
you could create a new Logger and use this one.
static this() {
auto tmpLog = new FileLogger("logfile.log");
tmpLog.log("Hello World");
}