Abstract
Abstract
attachAttaches a Ice.RemoteLoggerPrx object to the local logger. This operation calls Ice.RemoteLoggerPrx.init
on prx
.
A proxy to the remote logger.
The list of message types that the remote logger wishes to receive. An empty list means no filtering (send all message types).
The categories of traces that the remote logger wishes to receive. This parameter is
ignored if messageTypes
is not empty and does not include trace. An empty list means no filtering
(send all trace categories).
The maximum number of log messages (of all types) to be provided to Ice.RemoteLoggerPrx.init. A negative value requests all messages available.
The Current object for the dispatch.
A promise like object representing the result of the dispatch.
Ice.RemoteLoggerAlreadyAttachedException Thrown if this remote logger is already attached to this admin object.
Abstract
detachDetaches a Ice.RemoteLoggerPrx object from the local logger.
A proxy to the remote logger.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
true
if the provided remote logger proxy was detached, and false
otherwise.Dispatches an incoming request to one of the methods of this generated class, based on the operation name carried by the request.
The incoming request.
The outgoing response (when the selected method returns a value), or a promise with the outgoing response (when the selected method returns a promise).
Abstract
getRetrieves recently logged log messages.
The list of message types that the caller wishes to receive. An empty list means no filtering (send all message types).
The categories of traces that caller wish to receive. This parameter is ignored if
messageTypes
is not empty and does not include trace. An empty list means no filtering (send all trace
categories).
The maximum number of log messages (of all types) to be returned. A negative value requests all messages available.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to an array with the following entries:
Returns the Slice type ID of the most-derived interface supported by this object.
The Current object for the invocation.
The Slice type ID of the most-derived interface.
Returns the Slice type IDs of the interfaces supported by this object.
The Current object for the invocation.
The Slice type IDs of the interfaces supported by this object, in alphabetical order.
Tests whether this object supports a specific Slice interface.
The type ID of the Slice interface to test against.
The Current object for the invocation.
True if this object has the interface specified by typeID or derives from the interface specified by typeID.
Tests whether this object can be reached.
The Current object for the invocation.
Static
ice_Obtains the Slice type ID of this type.
The return value is always "::Ice::LoggerAdmin".
Represents the admin facet that allows an Ice application to attach its Ice.RemoteLoggerPrx to the local logger of an Ice communicator.