Skip to main content

DebugLogVerbosity

ENUM

DebugLogVerbosity

public enum DebugLogVerbosity

Describes the verbosity of debug logging.

Cases

off

case off

Disables all logging.

errors

case errors

Enable logging for errors only.

verbose

case verbose

Enables all logging. Logs include info messages, warnings, and errors.