enum LogLevel

Severity of a log item.

Enum Values

   
Diagnostic This is for diagnostic information, where you need to know details about what -exactly- is going on in the system. This info doesn’t surface by default.
Error Danger Will Robinson! Something really bad just happened and needs fixing!
Info This is non-critical information, just to let you know what’s going on.
None A default log level that indicates it has not yet been set.
Warning Something bad has happened, but it’s still within the realm of what’s expected.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!