public void SetLogLevel(string category, LogLevel level)
 {
     if (!_filter)
     {
         _settings.SetLogLevel(category, level);
     }
 }