setLogLevel method

Future<void> setLogLevel(
  1. String logLevel, {
  2. String? instanceId,
})

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.');
}