public string GetLogLevel() { return(_logViewer.GetLogLevel()); }
public string GetLogLevel() => _logViewer.GetLogLevel();