|
libyui
|
Public Member Functions | |
| YUILogPrivate () | |
| ~YUILogPrivate () | |
| YPerThreadLogInfo * | findCurrentThread () |
Public Attributes | |
| string | logFileName |
| ofstream | stdLogStream |
| YUILoggerFunction | loggerFunction |
| YUIEnableDebugLoggingFunction | enableDebugLoggingHook |
| YUIDebugLoggingEnabledFunction | debugLoggingEnabledHook |
| bool | enableDebugLogging |
| vector< YPerThreadLogInfo * > | threadLogInfo |
| YUILogPrivate::YUILogPrivate | ( | ) | [inline] |
Constructor
| YUILogPrivate::~YUILogPrivate | ( | ) | [inline] |
Destructor
| YPerThreadLogInfo* YUILogPrivate::findCurrentThread | ( | ) | [inline] |
Find the per-thread logging information for the current thread. Create a new one if it doesn't exist yet.
1.7.3