Variable LoggerConfig.propagate

Whether to propagate that level to the children Default to true as this is the expected behavior for most users

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