FreeRDP
|
Data Fields | |
LPSTR | Name |
LONG | FilterLevel |
DWORD | Level |
BOOL | IsRoot |
BOOL | inherit |
LPSTR * | Names |
size_t | NameCount |
wLogAppender * | Appender |
wLog * | Parent |
wLog ** | Children |
DWORD | ChildrenCount |
DWORD | ChildrenSize |
CRITICAL_SECTION | lock |
const char *(* | custom )(void *) |
void * | context |
Definition at line 65 of file libwinpr/utils/wlog/wlog.h.
wLogAppender* wLog::Appender |
Definition at line 75 of file libwinpr/utils/wlog/wlog.h.
wLog** wLog::Children |
Definition at line 78 of file libwinpr/utils/wlog/wlog.h.
DWORD wLog::ChildrenCount |
Definition at line 79 of file libwinpr/utils/wlog/wlog.h.
DWORD wLog::ChildrenSize |
Definition at line 80 of file libwinpr/utils/wlog/wlog.h.
void* wLog::context |
Definition at line 83 of file libwinpr/utils/wlog/wlog.h.
const char *(* wLog::custom) (void *) |
Definition at line 82 of file libwinpr/utils/wlog/wlog.h.
LONG wLog::FilterLevel |
Definition at line 68 of file libwinpr/utils/wlog/wlog.h.
BOOL wLog::inherit |
Definition at line 72 of file libwinpr/utils/wlog/wlog.h.
BOOL wLog::IsRoot |
Definition at line 71 of file libwinpr/utils/wlog/wlog.h.
DWORD wLog::Level |
Definition at line 69 of file libwinpr/utils/wlog/wlog.h.
CRITICAL_SECTION wLog::lock |
Definition at line 81 of file libwinpr/utils/wlog/wlog.h.
LPSTR wLog::Name |
Definition at line 67 of file libwinpr/utils/wlog/wlog.h.
size_t wLog::NameCount |
Definition at line 74 of file libwinpr/utils/wlog/wlog.h.
LPSTR* wLog::Names |
Definition at line 73 of file libwinpr/utils/wlog/wlog.h.
wLog* wLog::Parent |
Definition at line 77 of file libwinpr/utils/wlog/wlog.h.