Skip to content
Commit b991822b authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

fixes LBCLASSIC-74

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.
parent 3eeb1fc0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment