Description:
|
This will be the counter part to the existing SocketServer/SSLSocketServer. It will connect to a remote appender, and log received events according to the local configuration.
Need to decide what to name it... SocketClient with a component name of "client"?
Configuration will be similar to that used for the new server component and existing socket appender, e.g.:
<client class="ch.qos.logback.classic.net.client.SocketClient">
<remoteHost>logserver.qos.ch</remoteHost>
<port>6000</port>
<reconnectDelay>10000</reconnectDelay>
</client>
|