setLogLevel static method

Future setLogLevel(
  1. Level level
)

Sets the log level, which determines the severity of the message.

Implementation

static Future setLogLevel(Level level) {
  return DocutainSdkPlatform.instance.setLogLevel(level);
}