Jure Skelin created LOG4J2-2648: ----------------------------------- Summary: Public Log4j Core implementation of the JUL Logger class. Key: LOG4J2-2648 URL: https://issues.apache.org/jira/browse/LOG4J2-2648 Project: Log4j 2 Issue Type: Improvement Components: JUL adapter Reporter: Jure Skelin
In Glassfish I would like to do something like this: {code} public class MyApplication extends ResourceConfig { private static final Logger log = LogManager.getLogger(MyApplication.class); public MigrationApplication() { register(new LoggingFeature(new CoreLogger(log))); } } {code} {{java.util.logging.Logger}} is already implemented by the {{org.apache.logging.log4j.jul.CoreLogger}}, +but the constructor is package private+. -- This message was sent by Atlassian JIRA (v7.6.3#76005)