Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LOG_FILTER_TYPE

Output log filter level.

Index

Enumeration members

LOG_FILTER_CRITICAL

LOG_FILTER_CRITICAL: = 8

0x0008: Outputs CRITICAL level log information.

LOG_FILTER_DEBUG

LOG_FILTER_DEBUG: = 2063

0x080f: Output all log information. Set your log filter as debug if you want to get the most complete log file.

LOG_FILTER_ERROR

LOG_FILTER_ERROR: = 12

0x000c: Outputs CRITICAL and ERROR level log information.

LOG_FILTER_INFO

LOG_FILTER_INFO: = 15

0x000f: Output CRITICAL, ERROR, WARNING, and INFO level log information. We recommend setting your log filter as this level.

LOG_FILTER_OFF

LOG_FILTER_OFF: = 0

0: Do not output any log information.

LOG_FILTER_WARN

LOG_FILTER_WARN: = 14

0x000e: Outputs CRITICAL, ERROR, and WARNING level log information.

Generated using TypeDoc