Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::LoggerOutput< L, LPtr, output > Class Template Reference

Collects output and flushes it via a logger method. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::LoggerOutput< L, LPtr, output >:

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

Detailed Description

template<class L, class LPtr, void(L::*)(const std::string &) output>
class Ice::LoggerOutput< L, LPtr, output >

Collects output and flushes it via a logger method.

Definition at line 88 of file LoggerUtil.h.


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