LoggingLevel

LoggingLevel enumeration

Defines the type of logs to display.

Members

Member nameDescription
DEBUGAll logs will be displayed.
WARNINGSome not critical points and all errors will be displayed.
ERROROnly errors will be displayed.
NONEDisable logging (default).

See Also