|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface Decoder
Allow LoggingEvents to be reconstructed from a different format (usually XML).
メソッドの概要 | |
---|---|
org.apache.log4j.spi.LoggingEvent |
decode(java.lang.String event)
Decode event from string. |
java.util.Vector |
decode(java.net.URL url)
Decode event from document retreived from URL. |
java.util.Vector |
decodeEvents(java.lang.String document)
Decode events from document. |
void |
setAdditionalProperties(java.util.Map additionalProperties)
Sets additional properties. |
メソッドの詳細 |
---|
java.util.Vector decodeEvents(java.lang.String document)
document
- document to decode.
org.apache.log4j.spi.LoggingEvent decode(java.lang.String event)
event
- string representation of event
java.util.Vector decode(java.net.URL url) throws java.io.IOException
url
- url of document
java.io.IOException
- if IO error resolving document.void setAdditionalProperties(java.util.Map additionalProperties)
additionalProperties
- map of additional properties.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |