bookmark

Additive Flags in "Patterns and anti-patterns of logging?" Programmers.SE-Answer


Description

define DEBUG_ERROR 1

define DEBUG_BASIC 2

define DEBUG_DETAIL 4

define DEBUG_MSG_BASIC 8

define DEBUG_MSG_POLL 16

define DEBUG_MSG_STATUS 32

define DEBUG_METRICS 64

define DEBUG_EXCEPTION 128

define DEBUG_STATE_CHANGE 256

define DEBUG_DB_READ 512

define DEBUG_DB_WRITE 1024

define DEBUG_SQL_TEXT 2048

define DEBUG_MSG_CONTENTS 4096

Preview

Tags

Users

  • @continued

Comments and Reviews