Skip to content
  1. Dec 28, 2014
  2. Dec 24, 2014
  3. Dec 23, 2014
  4. 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
  5. Dec 21, 2014
  6. Dec 20, 2014
  7. Dec 12, 2014
  8. Dec 08, 2014
  9. Dec 07, 2014
  10. Sep 20, 2014
  11. Aug 30, 2014
  12. Aug 18, 2014
  13. Aug 12, 2014
    • Joe Jensen's avatar
      Fix for LOGBACK-875 · c63a656b
      Joe Jensen authored
      Prevent logging on an interrupted thread from shutting down prudent file
      appenders due to a FileLockInterruptedException
      c63a656b
  14. Jul 13, 2014