Carl Harris commented on Sub-task LOGBACK-825
Decided to name it a SocketRemote with a component name of "remote". Example configuration:

<remote class="ch.qos.logback.classic.net.SocketRemote">
  <address>logserver.qos.ch</address>
  <port>6000</port>
  <reconnectionDelay>10000</reconnectionDelay>
</remote>

The class attribute value defaults to SocketRemote, but can also specify SSLSocketRemote (and use a nested <ssl> element to configure).

The address property can also be specified as <remoteAddress> for consistency with SocketAppender.
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