LoggingLevel

LoggingLevel enumeration

Defines the type of logs to display.

public enum LoggingLevel

Values

NameValueDescription
Debug0All logs will be displayed.
Warning1Some not critical points and all errors will be displayed.
Error2Only errors will be displayed.
None3Disable logging (default).

See Also