setLogLevel method
Sets the logging verbosity level.
When instanceId is null, the global default instance is used.
Implementation
Future<void> setLogLevel(String logLevel, {String? instanceId}) {
throw UnimplementedError('setLogLevel() has not been implemented.');
}