Skip to content
  1. Jan 07, 2015
  2. Dec 31, 2014
  3. Dec 29, 2014
  4. Dec 28, 2014
  5. Dec 27, 2014
    • jkuperus's avatar
      Fix for LOGBACK-1023 · 3c5f1463
      jkuperus authored
      Make sure TeeHttpServletResponse uses the response character encoding
      when contructing a new writer.
      3c5f1463
  6. Dec 25, 2014
  7. Dec 24, 2014
  8. Dec 23, 2014
  9. Dec 22, 2014
    • anziferrum's avatar
      ea0da34c
    • Janeček Jakub's avatar
      Add support for depth range to CallerDataConverter · 24b253fc
      Janeček Jakub authored
      The caller converter of the pattern layout supports specification
      of depth which changes the number of levels it writes out
      from the stack trace. If you need to skip some levels and write out
      a range of stack trace elemens you cannot do so. This commit adds
      support for ranges using the double dot ("..") notation. It can be useful
      while using for example Scala traits to simplify logging which causes
      the file and line number to be incorrect. This way the user can see
      the actual place where logging was called.
      24b253fc
  10. Dec 21, 2014
  11. Dec 20, 2014
  12. Dec 12, 2014