示例#1
0
 /// <inheritdoc/>
 public bool IsLogLevelEnabled(LogLevel logLevel)
 {
     return(log.IsLogLevelEnabled(logLevel));
 }