Log4j 1.3alpha-7

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

Method Summary
 LoggingEvent decode(String event)
           
 Vector decode(URL url)
           
 Vector decodeEvents(String document)
           
 void setAdditionalProperties(Map additionalProperties)
           
 

Method Detail

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)

Log4j 1.3alpha-7

Copyright 2000-2005 Apache Software Foundation.