Possible levels to log in the console.

Enumeration Members

Enumeration Members

Debug: 4

Debug, info, warnings, and errors will be shown in the console.

Error: 1

Only errors will be shown in the console.

Info: 3

Only info, warnings, and errors will be shown in the console.

Silent: 0

No logs will be shown in the console.

Verbose: 5

All logs will be shown in the console.

Warn: 2

Only warnings and errors will be shown in the console.