Issue Type: Sub-task Sub-task
Affects Versions: 1.0.11
Assignee: Logback dev list
Components: logback-classic
Created: 01/Apr/13 7:32 PM
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>
Project: logback
Priority: Major Major
Reporter: Carl Harris
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira