Skip to content
  1. Aug 27, 2008
  2. Aug 26, 2008
    • Ceki Gulcu's avatar
      LBCLASSIC-67 · 7bb2167d
      Ceki Gulcu authored
      Not not all PatternLayout instances need to have a
      ThrowableInformationConverter added at the end of the converter chain
      by the postCompileProcessing() method.
      
      With this commit, post compile processing code has been moved to an
      interface. By default, PatternLayouts that ship with logback have a
      default post compile processor. However, it is now very easy to set
      processor to null.
      
      We now test SMTPAppender using GreenMail. Problem described in
      LBCLASSIC-67 is reproduced in tests but not yet fixed.
      7bb2167d
  3. Aug 25, 2008
  4. Aug 24, 2008
    • Ceki Gulcu's avatar
      LBSITE-8 · d77af509
      Ceki Gulcu authored
      Add references to SLF4J in the manual, so that new users have an easier time to find it.
      d77af509
  5. Aug 23, 2008
  6. Aug 22, 2008
  7. Aug 21, 2008
  8. Aug 20, 2008
    • Ceki Gulcu's avatar
      · 8f9d329f
      Ceki Gulcu authored
      really skip over children when an error occurs. In the previous version of the code, 
      we would skip over invoking the action but would still try to find actions for the event. 
      In this revision, we skip over the event as a whole, in particular we no longer look up
      actions for it. In practical terms, this just avoids adding error statuses for not found 
      implicit actions. 
      8f9d329f
  9. Aug 19, 2008
  10. Aug 16, 2008
  11. Aug 14, 2008
  12. Aug 10, 2008
  13. Aug 09, 2008
  14. Aug 08, 2008
  15. Aug 07, 2008