Future<void> setClsMinLevel(LogLevel minLevel) async { return await _cosApi.setClsMinLevel(minLevel); }