Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::Trace Class Reference

Flushes output to Logger::trace. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::Trace:

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
LoggerOutputBaseoperator= (const LoggerOutputBase &)=delete
std::string str () const
 Gets the collected output.

Detailed Description

Flushes output to Logger::trace.

Definition at line 124 of file LoggerUtil.h.


The documentation for this class was generated from the following file: