Ralph Goers wrote:
Out of curiosity, why does ILoggingEvent reference LoggerContextVO? I would have thought you would have created an interface named ILoggerContext and had the ILoggingEvent interface reference that instead of a concrete implementation.
LoggerContextVO is a value only version of LoggerContext. These two classes do not share a common interface nor ancestry. (They are just too different.)
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
