Skip to content
  1. Feb 03, 2009
  2. Feb 02, 2009
  3. Jan 28, 2009
  4. Jan 27, 2009
  5. Jan 26, 2009
  6. Jan 25, 2009
  7. Jan 23, 2009
  8. 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
  9. 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
  10. Jan 09, 2009
  11. Dec 30, 2008
  12. Dec 29, 2008
  13. 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
    • Ceki Gulcu's avatar
      · 17faeb66
      Ceki Gulcu authored
      - Fix LBCORE-74
        
        HTMLLayoutBase now takes into custom conversion words.
        
      - Moved StringListAppender to c.q.l.classic.testUtil package
      17faeb66
  14. Dec 27, 2008
    • Ceki Gulcu's avatar
      · a2a29835
      Ceki Gulcu authored
      - cleaned up config files so that "level" is an XML attribute and not
        an XML element
      
      - updated Gmail related examples
      
      - LBCLASSIC-100
      
        Evaluators are now wired into an appender automatically (implicit
        rules) without the help of EvaluatorAction. EvaluatorAction is now
        only needed for global evaluator elements.
      
        It follows that name attribute is necessary only for global
        evaluators. Embedded evaluators no longer need a name.
      
        EvaluatorAction has been modified to accept evaluators of any type
        and not just JaninoEvaluators.
      a2a29835
  15. Dec 26, 2008
  16. Dec 24, 2008
  17. Dec 23, 2008