logLevel property
Verbosity of the runtime logger.
Defaults to NitroLogLevel.error so that stream unpack failures are always visible in debug builds without extra configuration.
Implementation
NitroLogLevel logLevel = NitroLogLevel.error;
Verbosity of the runtime logger.
Defaults to NitroLogLevel.error so that stream unpack failures are always visible in debug builds without extra configuration.
NitroLogLevel logLevel = NitroLogLevel.error;