namiLogLevel property

NamiLogLevel namiLogLevel
final

Optional preferable NamiLogLevel to set within SDK to get appropriate logging information. Make sure to either not set this param in release build, or set to NamiLogLevel.error if you would like Nami error logs to be shown in your release/production app build. Default is set to NamiLogLevel.warn

Implementation

final NamiLogLevel namiLogLevel;