Struct CLogger::SLogMsg#

Nested Relationships#

This struct is a nested type of Class CLogger.

Struct Documentation#

struct SLogMsg#

Log structure containing thread and log information.

Public Members

std::thread::id id#

Thread ID.

size_t nDepth#

Depth within the calls.

std::string ssMsg#

Message to log.