Hi All:

With:

LOG4J2-1472
Make org.apache.logging.log4j.core.LoggerContext implement Closeable
https://issues.apache.org/jira/browse/LOG4J2-1472

I have questions:

public class LoggerContext extends AbstractLifeCycle
        implements org.apache.logging.log4j.spi.LoggerContext, Closeable,
Terminable, ConfigurationListener {

- Terminable and Closeable seem redundant. Should we eliminate Terminable?

- Should the public LoggerContext be made to also implement Closeable?

- Should AbstractLifeCycle implement Closeable? I mention this one for
completeness because I think the answer is "no".

Gary

-- 
E-Mail: [email protected] | [email protected]
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to