Skip to content
  1. Feb 09, 2009
  2. Feb 05, 2009
  3. Feb 04, 2009
  4. Feb 03, 2009
  5. Feb 02, 2009
  6. Jan 28, 2009
  7. Jan 27, 2009
  8. Jan 26, 2009
  9. Jan 25, 2009
  10. Jan 23, 2009
  11. Jan 21, 2009
    • Ceki Gulcu's avatar
      Fixing LBCLASSIC-103 · 2e2b4c5d
      Ceki Gulcu authored
      Joran is now able to assume a default type for nested components according
      to rules declared in a JoranConfigurator instance. The rules are located in
      an instance of the DefaultNestedComponentRegistry class. 
      
      Thus, in many cases it will no longer be necessary to declare the class of a
      component in configuration files.
      
      Since the logback-classic and logback-access modes have their own JoranConfigurator
      classes, it is now possible to register rules specific to each logback module.
      For example, there is now a rule which maps the layout of an appender to a 
      c.q.l.classic.PatternLayout instance for all appenders in  logback-classic and to
      and instance of c.q.l.access.PatternLayout for all appenders in logback-access.
      
      This is still ongoing and incomplete work.
      2e2b4c5d
    • Ceki Gulcu's avatar
      Adjusting all examples so that the level of a logger or root logger is declared · 160cf340
      Ceki Gulcu authored
      as an attribute and not as a nested element. However, the code still honors the old covention.
      160cf340
  12. Jan 15, 2009
    • Ceki Gulcu's avatar
      · 4bf4b390
      Ceki Gulcu authored
      Fixes LBCLASSIC-104.
      
      The prepareForDeferredProcessing() method in LoggingEvent now  creates a copy mdcPropertiesMap. 
      It follows that if the MDC is subsequently modified, the logging events are not impacted.
      
      SMTPAppender in lb-classic now invokes event.prepareForDeferredProcessing() method in subAppend().
      
      Added relevant test case.
      4bf4b390
    • Ceki Gulcu's avatar
  13. Jan 09, 2009
  14. Dec 30, 2008
  15. Dec 29, 2008
  16. Dec 28, 2008
    • Ceki Gulcu's avatar
      · b6449bab
      Ceki Gulcu authored
      Documentation enhancements. Closing LBCLASSIC-30
      b6449bab
    • Ceki Gulcu's avatar
      · 4f5878db
      Ceki Gulcu authored
      ContextInitializer now prints the url it uses for default configuration.
      This was requested in LBCLASSIC-55.
      4f5878db
    • Ceki Gulcu's avatar
      - update news.html file · 080c8d0c
      Ceki Gulcu authored
      080c8d0c