level property
The output log level of the SDK. See details in LogLevel.
For example, if you set the log level to Warn
, the SDK outputs the logs within levels Fatal
, Error
, and Warn
.
Implementation
@JsonKey(includeIfNull: false)
LogLevel? level;