org.kuali.common.util.log4j
Class DefaultLog4JService

java.lang.Object
  extended by org.kuali.common.util.log4j.DefaultLog4JService
All Implemented Interfaces:
Log4JService

Deprecated.

@Deprecated
public final class DefaultLog4JService
extends Object
implements Log4JService


Field Summary
protected static String ENCODING
          Deprecated.  
protected static String PROPERTIES_SUFFIX
          Deprecated.  
protected static String UNSUPPORTED_LOCATION_TYPE
          Deprecated.  
protected static String XML_SUFFIX
          Deprecated.  
 
Constructor Summary
DefaultLog4JService(XmlService xmlService)
          Deprecated.  
 
Method Summary
protected  void configure(Document document)
          Deprecated.  
 void configure(Element element)
          Deprecated.  
 void configure(Log4JContext context)
          Deprecated.  
 void configure(Properties properties)
          Deprecated.  
 void configure(String location)
          Deprecated.  
protected  void configureFromXmlLocation(String location)
          Deprecated.  
protected  Document getDocument(InputStream in)
          Deprecated.  
protected  Document getDocument(String xml)
          Deprecated.  
 XmlService getXmlService()
          Deprecated.  
 void reset()
          Deprecated.  
 void store(File file, Log4JContext context)
          Deprecated.  
 String toXml(Log4JContext context)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODING

protected static final String ENCODING
Deprecated. 
See Also:
Constant Field Values

PROPERTIES_SUFFIX

protected static final String PROPERTIES_SUFFIX
Deprecated. 
See Also:
Constant Field Values

XML_SUFFIX

protected static final String XML_SUFFIX
Deprecated. 
See Also:
Constant Field Values

UNSUPPORTED_LOCATION_TYPE

protected static final String UNSUPPORTED_LOCATION_TYPE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DefaultLog4JService

public DefaultLog4JService(XmlService xmlService)
Deprecated. 
Method Detail

configure

public void configure(Log4JContext context)
Deprecated. 
Specified by:
configure in interface Log4JService

reset

public void reset()
Deprecated. 
Specified by:
reset in interface Log4JService

configure

public void configure(String location)
Deprecated. 
Specified by:
configure in interface Log4JService

toXml

public String toXml(Log4JContext context)
Deprecated. 
Specified by:
toXml in interface Log4JService

configure

public void configure(Element element)
Deprecated. 
Specified by:
configure in interface Log4JService

configure

public void configure(Properties properties)
Deprecated. 
Specified by:
configure in interface Log4JService

store

public void store(File file,
                  Log4JContext context)
Deprecated. 
Specified by:
store in interface Log4JService

configure

protected void configure(Document document)
Deprecated. 

configureFromXmlLocation

protected void configureFromXmlLocation(String location)
Deprecated. 

getDocument

protected Document getDocument(InputStream in)
                        throws IOException,
                               SAXException,
                               ParserConfigurationException
Deprecated. 
Throws:
IOException
SAXException
ParserConfigurationException

getDocument

protected Document getDocument(String xml)
Deprecated. 

getXmlService

public XmlService getXmlService()
Deprecated. 


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