#include <log4c.h>
Definition at line 321 of file log4c.h.
Data Fields | |
struct LogAppender * | appender |
struct LogCategory * | firstChild |
int | isThreshInherited |
char * | name |
struct LogCategory * | nextSibling |
struct LogCategory * | parent |
int | thresholdPriority |
int | willLogToParent |
struct LogAppender* LogCategory::appender [read] |
Definition at line 327 of file log4c.h.
Referenced by _log_logEvent(), initCategory(), and log_setAppender().
struct LogCategory* LogCategory::firstChild [read] |
Definition at line 323 of file log4c.h.
Referenced by log_setParent(), and setInheritedThresholds().
Definition at line 326 of file log4c.h.
Referenced by log_setParent(), log_setThreshold(), and setInheritedThresholds().
char* LogCategory::name |
struct LogCategory * LogCategory::nextSibling [read] |
Definition at line 323 of file log4c.h.
Referenced by log_setParent(), and setInheritedThresholds().
struct LogCategory* LogCategory::parent [read] |
Definition at line 322 of file log4c.h.
Referenced by _log_logEvent(), initCategory(), and log_setParent().
Definition at line 325 of file log4c.h.
Referenced by _log_initCat(), initCategory(), log_setParent(), log_setThreshold(), and setInheritedThresholds().