Class CLog::CLogStringBuf#
Defined in File logger.h
Nested Relationships#
This class is a nested type of Class CLog.
Inheritance Relationships#
Base Type#
public std::stringbuf
Class Documentation#
-
class CLogStringBuf : public std::stringbuf#
Logger string buf implementing dedicated streaming to the log using std::ostream.
Protected Functions
-
virtual int sync() override#
Synchronize the controlled character sequence. Overload of std::stringbuf::sync.
- Returns:
int Returns 0 on success; -1 otherwise.
-
virtual int sync() override#