![]() |
Ice 3.8
Slice API 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. |
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.