Skip to content
  1. Apr 17, 2013
  2. Apr 16, 2013
  3. Apr 15, 2013
  4. Apr 14, 2013
  5. Apr 12, 2013
  6. Apr 11, 2013
    • Carl Harris's avatar
    • Carl Harris's avatar
    • Carl Harris's avatar
      Merge remote-tracking branch 'origin/receiverComponent' · fd4bb033
      Carl Harris authored
      This branch refactors the previously contributed "server" and
      "remote" components such that they now extend a common "receiver"
      component.  A receiver is a component that receives logging
      events from a remote appender.  A connection between and an
      appender and a receiver may be initiated in either direction;
      i.e. a receiver may initiate the connection to an appender or
      vice-versa.  The receiver component is configured in Joran using
      a <receiver> element.  The class specified in this element
      determines whether the receiver will passively await connections
      from remote appenders (i.e. as in the legacy SimpleSocketServer)
      or whether it will initiate a connection to a remote appender
      (a ServerSocketAppender).
      fd4bb033