Пример #1
0
 /// <inheritdoc/>
 public bool IsEnabled(LogLevel logLevel)
 {
     return(log.IsEnabled(logLevel));
 }