Skip to content
  1. Nov 03, 2008
  2. Nov 02, 2008
  3. Nov 01, 2008
  4. Oct 31, 2008
  5. Oct 30, 2008
  6. Oct 29, 2008
  7. Oct 28, 2008
    • Ceki Gulcu's avatar
      fixes LBCLASSIC-74 · b991822b
      Ceki Gulcu authored
      Make ch.qos.logback.classic.Logger instances deserialize with a valid LoggerContext reference.
      This is accomplished by the readResolve() method which returns a Logger
      generated by org.slf4j.LoggerFactory which may or not be using the correct LoggerContext. However,
      that is probably the best we can do at that stage.
      
      Associated test case.
      b991822b