public class JBossLogManagerFacade extends Object
LogManager and LogManager.| Modifier and Type | Field and Description |
|---|---|
static String |
JBL_ROOT_NAME |
static String |
LOG4J_ROOT_NAME |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
getLogger(org.jboss.logmanager.Logger lmLogger)
Gets the log4j logger that is attached to the JBoss Log Manager logger.
|
static LoggerRepository |
getLoggerRepository(org.jboss.logmanager.LogContext logContext)
Gets the log4j logger repository for the log context.
|
public static final String LOG4J_ROOT_NAME
public static final String JBL_ROOT_NAME
public static LoggerRepository getLoggerRepository(org.jboss.logmanager.LogContext logContext)
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 contextpublic static Logger getLogger(org.jboss.logmanager.Logger lmLogger)
null is returned.lmLogger - the JBoss Log Manager logger.null if no logger is attached.Copyright © 2024 JBoss by Red Hat. All rights reserved.