Flushes output to Logger::trace. More...
#include <Ice/Ice.h>
Public Member Functions | |
Trace (LoggerPtr logger, std::string category) | |
Constructs a Trace object with the given logger and category. | |
void | flush () |
Calls Logger::trace with the collected output. | |
Public Member Functions inherited from Ice::LoggerOutputBase | |
LoggerOutputBase (const LoggerOutputBase &)=delete | |
LoggerOutputBase & | operator= (const LoggerOutputBase &)=delete |
std::string | str () const |
Gets the collected output. |
Flushes output to Logger::trace.
Definition at line 124 of file LoggerUtil.h.