log4j-jboss-logmanager 1.1.3.Final

org.apache.log4j
Class JBossLogManagerFacade

java.lang.Object
  extended by org.apache.log4j.JBossLogManagerFacade

public class JBossLogManagerFacade
extends Object

A simple facade to interact between LogManager and LogManager.

Author:
James R. Perkins

Field Summary
static String JBL_ROOT_NAME
           
static String LOG4J_ROOT_NAME
           
 
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
 

Field Detail

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
Method Detail

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

log4j-jboss-logmanager 1.1.3.Final

Copyright © 2017 JBoss by Red Hat. All rights reserved.