Skip to content
  1. Feb 10, 2009
  2. Feb 09, 2009
  3. Feb 05, 2009
  4. Feb 04, 2009
  5. Feb 03, 2009
  6. Feb 02, 2009
  7. Jan 28, 2009
  8. Jan 27, 2009
  9. Jan 26, 2009
  10. Jan 25, 2009
  11. Jan 23, 2009
  12. 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
  13. 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
  14. Jan 09, 2009
  15. Dec 30, 2008
  16. Dec 29, 2008