org.apache.log4j.spi
Interface Decoder
- All Known Implementing Classes:
- XMLDecoder, UtilLoggingXMLDecoder
- 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
setAdditionalProperties
public void setAdditionalProperties(Map additionalProperties)
Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.