Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Ice::LoggerAdmin Interface Reference

Represents the admin facet that allows an Ice application to attach its RemoteLogger to the local logger of an Ice communicator. More...

defined in <Ice/RemoteLogger.ice>

interface LoggerAdmin { ... }

Operations

void attachRemoteLogger (RemoteLogger *prx, LogMessageTypeSeq messageTypes, StringSeq traceCategories, int messageMax) throws RemoteLoggerAlreadyAttachedException
 Attaches a RemoteLogger object to the local logger.
bool detachRemoteLogger (RemoteLogger *prx)
 Detaches a RemoteLogger object from the local logger.
LogMessageSeq getLog (LogMessageTypeSeq messageTypes, StringSeq traceCategories, int messageMax, out string prefix)
 Retrieves recently logged log messages.

Detailed Description

Represents the admin facet that allows an Ice application to attach its RemoteLogger to the local logger of an Ice communicator.

Definition at line 84 of file RemoteLogger.ice.


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