@Deprecated public final class DefaultLog4JService extends Object implements Log4JService
Modifier and Type | Field and Description |
---|---|
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 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 Log4JService
public void reset()
reset
in interface Log4JService
public void configure(String location)
configure
in interface Log4JService
public String toXml(Log4JContext context)
toXml
in interface Log4JService
public void configure(Element element)
configure
in interface Log4JService
public void configure(Properties properties)
configure
in interface Log4JService
public void store(File file, Log4JContext context)
store
in interface Log4JService
protected 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.