logLevel property
The lowest level threshold to print logs to console Logs below this level will be filtered out and not displayed Default is verbose (prints all logs)
Implementation
static DevLevel logLevel = DevLevel.verbose;
The lowest level threshold to print logs to console Logs below this level will be filtered out and not displayed Default is verbose (prints all logs)
static DevLevel logLevel = DevLevel.verbose;