@Deprecated public final class DefaultLog4JService extends Object implements Log4JService
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | ENCODINGDeprecated.  | 
| protected static String | PROPERTIES_SUFFIXDeprecated.  | 
| protected static String | UNSUPPORTED_LOCATION_TYPEDeprecated.  | 
| protected static String | XML_SUFFIXDeprecated.  | 
| Constructor and Description | 
|---|
| DefaultLog4JService(XmlService xmlService)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.  | 
protected static final String ENCODING
protected static final String PROPERTIES_SUFFIX
protected static final String XML_SUFFIX
protected static final String UNSUPPORTED_LOCATION_TYPE
public DefaultLog4JService(XmlService xmlService)
public void configure(Log4JContext context)
configure in interface Log4JServicepublic void reset()
reset in interface Log4JServicepublic void configure(String location)
configure in interface Log4JServicepublic String toXml(Log4JContext context)
toXml in interface Log4JServicepublic void configure(Element element)
configure in interface Log4JServicepublic void configure(Properties properties)
configure in interface Log4JServicepublic void store(File file, Log4JContext context)
store in interface Log4JServiceprotected void configureFromXmlLocation(String location)
protected Document getDocument(InputStream in) throws IOException, SAXException, ParserConfigurationException
protected Document getDocument(String xml)
public XmlService getXmlService()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.