level property
The output level of the SDK log file. See LogLevel. For example, if you set the log level to WARN, the SDK outputs the logs within levels FATAL, ERROR, and WARN.
Implementation
@JsonKey(name: 'level')
final LogLevel? level;
The output level of the SDK log file. See LogLevel. For example, if you set the log level to WARN, the SDK outputs the logs within levels FATAL, ERROR, and WARN.
@JsonKey(name: 'level')
final LogLevel? level;