LogLevel is a collection of values that can be set to specify the logging level.
Flags
Name  | 
Description  | 
None  | 
No logging.  | 
Errors  | 
Log errors only.  | 
ErrorsAndWarnings  | 
Log errors and warnings only.  | 
AllExceptTrace  | 
Log everything except debug traces.  | 
All  | 
Log everything including debug traces. Intended for troubleshooting, not recommended for regular use.  |