Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-821 add a ServerSocketAppender and SSLServerSocket appender
  3. LOGBACK-825

create new components that act as clients to a ServerSocketAppender

    XMLWordPrintable

Details

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Major Major
    • 1.0.12
    • 1.0.11
    • logback-classic
    • None

    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>

      Attachments

        Activity

          People

            logback-dev Logback dev list
            ceharris Carl Harris
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: