Collects output and flushes it via a logger method. More...
#include <Ice/Ice.h>
Public Member Functions | |
LoggerOutput (LPtr logger) | |
Constructs a LoggerOutput object with the given logger. | |
void | flush () |
Flushes the colleted output to the logger method. | |
Public Member Functions inherited from Ice::LoggerOutputBase | |
LoggerOutputBase (const LoggerOutputBase &)=delete | |
LoggerOutputBase & | operator= (const LoggerOutputBase &)=delete |
std::string | str () const |
Gets the collected output. |
Collects output and flushes it via a logger method.
Definition at line 88 of file LoggerUtil.h.