org.kuali.common.util.log4j.spring
Class Log4JConfig

java.lang.Object
  extended by org.kuali.common.util.log4j.spring.Log4JConfig

@Configuration
@Import(value=XmlServiceConfig.class)
public class Log4JConfig
extends Object


Field Summary
protected static String SPRING
           
protected static String STDOUT
           
 
Constructor Summary
Log4JConfig()
           
 
Method Summary
protected  Log4JContext getLog4JContext(String pattern, Value value)
           
 Log4JContext log4JContextDebug()
           
 Log4JContext log4JContextDefault()
           
 Log4JContext log4JContextMaven()
           
 Log4JContext log4JContextTest()
           
 Log4JService log4jService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPRING

protected static final String SPRING
See Also:
Constant Field Values

STDOUT

protected static final String STDOUT
See Also:
Constant Field Values
Constructor Detail

Log4JConfig

public Log4JConfig()
Method Detail

log4jService

@Bean
public Log4JService log4jService()

log4JContextDefault

@Bean
public Log4JContext log4JContextDefault()

log4JContextTest

@Bean
public Log4JContext log4JContextTest()

log4JContextDebug

@Bean
public Log4JContext log4JContextDebug()

log4JContextMaven

@Bean
public Log4JContext log4JContextMaven()

getLog4JContext

protected Log4JContext getLog4JContext(String pattern,
                                       Value value)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.