Attaches a RemoteLogger
object to the local logger.
This operation calls RemoteLogger::init
on prx
.
- Parameters
-
prx | A proxy to the remote logger. |
messageTypes | The list of message types that the remote logger wishes to receive. An empty list means no filtering (send all message types). |
traceCategories | 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). |
messageMax | The maximum number of log messages (of all types) to be provided to RemoteLogger::init . A negative value requests all messages available. |
- Exceptions
-
RemoteLoggerAlreadyAttachedException | Thrown if this remote logger is already attached to this admin object. |