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