org.apache.log4j
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
IOException
setAdditionalProperties
public void setAdditionalProperties(Map additionalProperties)
Copyright 2000-2003 Apache Software Foundation.