FreeRDP
Loading...
Searching...
No Matches
wLog Struct Reference
Collaboration diagram for wLog:

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
 

Detailed Description

Definition at line 65 of file libwinpr/utils/wlog/wlog.h.

Field Documentation

◆ Appender

wLogAppender* wLog::Appender

Definition at line 75 of file libwinpr/utils/wlog/wlog.h.

◆ Children

wLog** wLog::Children

Definition at line 78 of file libwinpr/utils/wlog/wlog.h.

◆ ChildrenCount

DWORD wLog::ChildrenCount

Definition at line 79 of file libwinpr/utils/wlog/wlog.h.

◆ ChildrenSize

DWORD wLog::ChildrenSize

Definition at line 80 of file libwinpr/utils/wlog/wlog.h.

◆ context

void* wLog::context

Definition at line 83 of file libwinpr/utils/wlog/wlog.h.

◆ custom

const char *(* wLog::custom) (void *)

Definition at line 82 of file libwinpr/utils/wlog/wlog.h.

◆ FilterLevel

LONG wLog::FilterLevel

Definition at line 68 of file libwinpr/utils/wlog/wlog.h.

◆ inherit

BOOL wLog::inherit

Definition at line 72 of file libwinpr/utils/wlog/wlog.h.

◆ IsRoot

BOOL wLog::IsRoot

Definition at line 71 of file libwinpr/utils/wlog/wlog.h.

◆ Level

DWORD wLog::Level

Definition at line 69 of file libwinpr/utils/wlog/wlog.h.

◆ lock

CRITICAL_SECTION wLog::lock

Definition at line 81 of file libwinpr/utils/wlog/wlog.h.

◆ Name

LPSTR wLog::Name

Definition at line 67 of file libwinpr/utils/wlog/wlog.h.

◆ NameCount

size_t wLog::NameCount

Definition at line 74 of file libwinpr/utils/wlog/wlog.h.

◆ Names

LPSTR* wLog::Names

Definition at line 73 of file libwinpr/utils/wlog/wlog.h.

◆ Parent

wLog* wLog::Parent

Definition at line 77 of file libwinpr/utils/wlog/wlog.h.


The documentation for this struct was generated from the following file: