Variable LoggerConfig.additive

Whether this logger should be additive or not

struct LoggerConfig
{
  // ...
  bool additive = true;
  // ...
}