Uses of Interface
org.apache.log4j.spi.Decoder
-
Packages that use Decoder Package Description org.apache.log4j.chainsaw org.apache.log4j.net org.apache.log4j.xml -
-
Uses of Decoder in org.apache.log4j.chainsaw
Fields in org.apache.log4j.chainsaw declared as Decoder Modifier and Type Field Description (package private) Decoder
FileLoadAction. decoder
This action must have a reference to a LogUI window so that it can append the events it loadsMethods in org.apache.log4j.chainsaw with parameters of type Decoder Modifier and Type Method Description static void
FileLoadAction. importURL(ChainsawAppenderHandler handler, Decoder decoder, java.lang.String name, java.net.URL url)
Imports a URL into Chainsaw, by using the Decoder, and using the name value as the Application key which (usually) determines the Tab nameConstructors in org.apache.log4j.chainsaw with parameters of type Decoder Constructor Description FileLoadAction(LogUI parent, Decoder decoder, java.lang.String title, boolean isRemoteURL)
-
Uses of Decoder in org.apache.log4j.net
Fields in org.apache.log4j.net declared as Decoder Modifier and Type Field Description (package private) Decoder
XMLSocketNode. decoder
private Decoder
MulticastReceiver. decoderImpl
private Decoder
UDPReceiver. decoderImpl
-
Uses of Decoder in org.apache.log4j.xml
Classes in org.apache.log4j.xml that implement Decoder Modifier and Type Class Description class
UtilLoggingXMLDecoder
Decodes JDK 1.4's java.util.logging package events delivered via XML (using the logger.dtd).class
XMLDecoder
Decodes Logging Events in XML formated into elements that are used by Chainsaw.Fields in org.apache.log4j.xml declared as Decoder Modifier and Type Field Description private Decoder
LogFileXMLReceiver. decoderInstance
-