public bool IsEnabled(LogLevel logLevel)
 {
     return(loggingPlatformAdapter.IsSeverityEnabled(ConvertToSeverity(logLevel)));
 }