libyui  2.42.5
 All Classes Functions Variables Enumerations Friends
YUILogPrivate Struct Reference

Public Member Functions

 YUILogPrivate ()
 
 ~YUILogPrivate ()
 
YPerThreadLogInfofindCurrentThread ()
 

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.

Constructor & Destructor Documentation

YUILogPrivate::YUILogPrivate ( )
inline

Constructor

Definition at line 255 of file YUILog.cc.

YUILogPrivate::~YUILogPrivate ( )
inline

Destructor

Definition at line 265 of file YUILog.cc.

Member Function Documentation

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: