Variable LoggerConfig.file

Whether to use file output and if, which file path

struct LoggerConfig
{
  // ...
  string file ;
  // ...
}