
20 Aug
2009
20 Aug
'09
2:31 p.m.
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