Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
LoggerUtil.h File Reference
#include <Ice/Logger.h>
#include <Ice/CommunicatorF.h>
#include <Ice/Plugin.h>
#include <Ice/Exception.h>
Include dependency graph for LoggerUtil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ice::LoggerOutput< L, LPtr, output >
 Collects output and flushes it via a logger method. More...
class  Ice::LoggerOutputBase
 Base class for logger output utility classes. More...
class  Ice::LoggerPlugin
 A special plug-in that installs a logger during a communicator's initialization. More...
class  Ice::Trace
 Flushes output to Logger::trace. More...

Namespaces

namespace  Ice

Typedefs

typedef LoggerOutput< Logger, LoggerPtr, &Logger::errorIce::Error
 Flushes output to Logger::error.
typedef LoggerOutput< Logger, LoggerPtr, &Logger::printIce::Print
 Flushes output to Logger::print.
typedef LoggerOutput< Logger, LoggerPtr, &Logger::warningIce::Warning
 Flushes output to Logger::warning.