libyui  3.3.1
YUILogPrivate Struct Reference
Collaboration diagram for YUILogPrivate:

Public Member Functions

 YUILogPrivate ()
 Constructor.
 
 ~YUILogPrivate ()
 Destructor.
 
YPerThreadLogInfofindCurrentThread ()
 Find the per-thread logging information for the current thread. More...
 

Public Attributes

std::string logFileName
 
std::ofstream stdLogStream
 
YUILoggerFunction loggerFunction
 
YUIEnableDebugLoggingFunction enableDebugLoggingHook
 
YUIDebugLoggingEnabledFunction debugLoggingEnabledHook
 
bool enableDebugLogging
 
std::vector< YPerThreadLogInfo * > threadLogInfo
 

Detailed Description

Definition at line 250 of file YUILog.cc.

Member Function Documentation

◆ findCurrentThread()

YPerThreadLogInfo* YUILogPrivate::findCurrentThread ( )
inline

Find the per-thread logging information for the current thread.

Create a new one if it doesn't exist yet.

Definition at line 275 of file YUILog.cc.


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