setLogFilter abstract method

  1. @Deprecated('')
Future<void> setLogFilter(
  1. LogFilter filter
)

Sets the log output level of the SDK. This method sets the output log level of the SDK. You can use one or a combination of the log filter levels. The log level follows the sequence of OFF, CRITICAL, ERROR, WARNING, INFO, and DEBUG. Choose a level to see the logs preceding that level. If, for example, you set the log level to WARNING, you see the logs within levels CRITICAL, ERROR, and WARNING.

Param filter The output log level of the SDK.

Implementation

@Deprecated('')
Future<void> setLogFilter(LogFilter filter);