org.apache.log4j
Class JBossLogManagerFacade
java.lang.Object
org.apache.log4j.JBossLogManagerFacade
public class JBossLogManagerFacade
- extends Object
A simple facade to interact between LogManager and LogManager.
- Author:
- James R. Perkins
|
Method Summary |
static org.apache.log4j.spi.LoggerRepository |
getLoggerRepository(org.jboss.logmanager.LogContext logContext)
Gets the log4j logger repository for the log context. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG4J_ROOT_NAME
public static final String LOG4J_ROOT_NAME
- See Also:
- Constant Field Values
JBL_ROOT_NAME
public static final String JBL_ROOT_NAME
- See Also:
- Constant Field Values
getLoggerRepository
public static org.apache.log4j.spi.LoggerRepository getLoggerRepository(org.jboss.logmanager.LogContext logContext)
- Gets the log4j logger repository for the log context.
- Parameters:
logContext - the log context which the log4j repository is located on or should be created on or null to create the repository on the default log context
- Returns:
- the log4j logger repository
Copyright © 2017 JBoss by Red Hat. All rights reserved.