Skip to content
  1. Sep 27, 2006
    • Sebastien Pennec's avatar
      Work in progress: · 0e2cf0c5
      Sebastien Pennec authored
      - added a PostContentConverter
      - created a test case and test setup to create and launch a Jetty server
      - added a getPostContent method to AccessEvent
      - added the corresponding pattern to PatternLayout
      - added javadoc to RequestLogImpl
      0e2cf0c5
  2. Sep 26, 2006
  3. Sep 25, 2006
  4. Sep 22, 2006
    • Sebastien Pennec's avatar
      Work in progress: · f336872a
      Sebastien Pennec authored
      - added DBAppender and related classes.
      - added a configuration example
      - added a empty-for-now test case.
      A simple logback to mysql test worked with this first version
      f336872a
  5. Sep 21, 2006
  6. Sep 20, 2006
  7. Sep 19, 2006
  8. Sep 15, 2006
  9. Sep 14, 2006
  10. Sep 13, 2006
  11. Sep 12, 2006
    • Ceki Gulcu's avatar
      introduced slf4j-api as a dependency · da07f121
      Ceki Gulcu authored
      da07f121
    • Ceki Gulcu's avatar
      · 3d00be38
      Ceki Gulcu authored
      - slf4j-api 1.1.0-beta0 is now a logback-classic dependency
       
      consequently, several classes which were both in lb-classic and slf4j-api 
      were removed (from classic).
      
      - getLogger method was removed from LoggerContextAware (we no longer need loggers
       to report internal errors as we use Status instead)
        DateConverter and ClassicConverter were modified as a consequence to use Status instead
       of logger
      3d00be38
    • Ceki Gulcu's avatar
      ongoing work · 82c4887c
      Ceki Gulcu authored
      82c4887c