Skip to content
  1. Sep 20, 2013
    • Jonathan Baker's avatar
      * Added support to the tomcat Server adaptor for correctly getting request... · e6f99bae
      Jonathan Baker authored
      * Added support to the tomcat Server adaptor for correctly getting request start time. (Includes additional dependency on tomcat-coyote)
      * Update layouts.html to document the addition of elapsedTime/D to the pattern support for IAccessEvent
      * Modified AccessEvent.java to calculate the elapsedTime at construction of the event, instead of repeatedly in the getter.  This allows the value to be more easily seen in a debugger, and cleans up the code slightly.
      e6f99bae
  2. Sep 13, 2013
  3. Sep 07, 2013
  4. May 30, 2013
  5. May 14, 2013
  6. May 10, 2013
  7. May 02, 2013
  8. May 01, 2013
  9. Apr 30, 2013
  10. Apr 29, 2013
  11. Apr 28, 2013
    • Carl Harris's avatar
      modified concrete appenders to use appropriate constructors · 16d67e50
      Carl Harris authored
      Mutable fields in SocketAppenderBase were previously exposed as
      protected fields and modified by constructors in concrete subclasses.
      This commit improves encapsulation of the base class by exposing
      protected constructors for subclasses to invoke rather than directly
      exposing the fields.  These new constructors are marked as deprecated,
      as the convenience constructors on the base classes (which are also
      deprecated) are the sole reason for their existence.  A future release
      should remove all but the no-arg constructor from the base class and
      subclasses.
      16d67e50
    • Carl Harris's avatar
      removed old SocketAppenderTest from classic and access · dcf6e324
      Carl Harris authored
      These test classes were really testing SocketAppenderBase not
      SocketAppender, per se.  The new implementation of SocketAppenderBase is
      significantly different and will require a new unit test suite.
      dcf6e324
  12. Apr 27, 2013
  13. Apr 26, 2013
  14. Apr 25, 2013
  15. Apr 23, 2013
  16. Apr 18, 2013
  17. Apr 17, 2013
  18. Apr 11, 2013
  19. Apr 02, 2013