Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 845 Bytes

CdvPurchase.LogLevel.md

File metadata and controls

59 lines (32 loc) · 845 Bytes

Enumeration: LogLevel

CdvPurchase.LogLevel

Desired logging level for the Logger

See

Store.verbosity

Table of contents

Enumeration Members

Enumeration Members

DEBUG

DEBUG = 4

Enable internal debugging messages.


ERROR

ERROR = 1

Show only error messages


INFO

INFO = 3

Also show information messages


QUIET

QUIET = 0

Disable all logging (default)


WARNING

WARNING = 2

Show warnings and errors