The filename of the output file of the FileLogger. If that file can not be opened for writting an exception will be thrown.
The LogLevel for the FileLogger. By default the
auto l1 = new FileLogger("logFile"); auto l2 = new FileLogger("logFile", LogLevel.fatal); auto l3 = new FileLogger("logFile", LogLevel.fatal, CreateFolder.yes);
A constructor for the FileLogger Logger.