setLogLevel abstract method

Future<void> setLogLevel(
  1. LogLevel logLevel
)

Sets the current LogLevel for CSQ SDK logs.

By default, the CSQ SDK will print messages at the LogLevel.info level. This includes any messages that might be helpful in a production environment as well as any critical errors.

Implementation

Future<void> setLogLevel(LogLevel logLevel);