org.apache.log4j.spi
Interface Decoder
- All Known Implementing Classes:
- UtilLoggingXMLDecoder, XMLDecoder
- public interface Decoder
Allow LoggingEvents to be reconstructed from a different format
(usually XML).
- Author:
- Scott Deboy
decodeEvents
public Vector decodeEvents(String document)
decode
public LoggingEvent decode(String event)
decode
public Vector decode(URL url)
throws IOException
- Throws:
IOException
setAdditionalProperties
public void setAdditionalProperties(Map additionalProperties)
Copyright 2000-2005 Apache Software Foundation.