Skip to main content

Function Signature

Description

Sets the log verbosity for the Portal SDK. The change takes effect immediately across all SDK components, including the native iOS and Android layers. Can be called before or after initialize(). When called before initialization, only the Dart-side logger is configured. When called after, the log level is also propagated to the native SDK.

Parameters

PortalLogLevel values

Each level includes all levels above it in severity.

Returns

void

Example

Errors