Class CLog#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

  • public std::ostream

Class Documentation#

class CLog : public std::ostream#

Logger class responsible for reporting the progress and errors. The logger class derives from std::ostream to provide stream access reporting.

Public Functions

template<typename ...TArgs>
inline CLog(TArgs... tArgs)#

Constructor forming a test string by streaming.

Template Parameters:

TArgs – Argument types within the parameter pack.

Parameters:

tArgs[in] Arguments forming the task description.

~CLog()#

Destructor.