Variable LoggerConfig.console

Whether to use console output or not

struct LoggerConfig
{
  // ...
  bool console ;
  // ...
}