Ice 3.7 C++11 API Reference
Classes | Namespaces | Typedefs
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

 Ice
 

Typedefs

typedef LoggerOutput< Logger, LoggerPtr, &Logger::error > Ice::Error
 Flushes output to Logger::error. More...
 
typedef LoggerOutput< Logger, LoggerPtr, &Logger::print > Ice::Print
 Flushes output to Logger::print. More...
 
typedef LoggerOutput< Logger, LoggerPtr, &Logger::warning > Ice::Warning
 Flushes output to Logger::warning. More...