Log Levels
There are 6 different defined log levels. If log method X has a log level of N and the current log level is >=N, then X will be logged.
Levels
debug: 4
log: 3
info: 2
warn: 1
error: 0
line: 1
turn off all logging: -1
default: 3
Last updated