Skip to content
  1. Apr 27, 2014
  2. Apr 08, 2014
  3. Apr 04, 2014
  4. Apr 02, 2014
  5. Feb 10, 2014
  6. Feb 08, 2014
  7. Feb 05, 2014
  8. Feb 03, 2014
  9. Jan 28, 2014
  10. Dec 28, 2013
  11. Nov 25, 2013
  12. Nov 10, 2013
  13. Oct 15, 2013
  14. 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
  15. Sep 13, 2013
  16. Sep 07, 2013
  17. May 30, 2013
  18. May 14, 2013
  19. May 10, 2013
  20. May 02, 2013
  21. May 01, 2013
  22. Apr 30, 2013
    • Carl Harris's avatar
      modified concrete appenders to use appropriate constructors · 735d1271
      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.
      735d1271
    • Carl Harris's avatar
      removed old SocketAppenderTest from classic and access · a4fcd7b9
      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.
      a4fcd7b9
    • Carl Harris's avatar
      removed unused imports from LogbackValve · 30e78f3b
      Carl Harris authored
      30e78f3b
    • Ceki Gulcu's avatar
      minor housekeeping changes · c1574584
      Ceki Gulcu authored
      c1574584
    • Carl Harris's avatar
      modified LogbackValve to use ExecutorServiceUtil · 805ba451
      Carl Harris authored
      Previously, the executor service used here was not consistent with a
      recent change to ContextBase (to allow more than one concurrent
      asynchronous task).  This commit also ensures that the executor service
      is shut down when the valve is stopped.
      805ba451