Uses of Interface
org.apache.log4j.spi.Decoder
Packages that use Decoder
-
Uses of Decoder in org.apache.log4j.chainsaw
Fields in org.apache.log4j.chainsaw declared as DecoderModifier and TypeFieldDescription(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 DecoderModifier and TypeMethodDescriptionstatic void
FileLoadAction.importURL
(ChainsawAppenderHandler handler, Decoder decoder, String name, 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 DecoderModifierConstructorDescriptionFileLoadAction
(LogUI parent, Decoder decoder, String title, boolean isRemoteURL) -
Uses of Decoder in org.apache.log4j.net
Fields in org.apache.log4j.net declared as DecoderModifier and TypeFieldDescription(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 DecoderModifier and TypeClassDescriptionclass
Decodes JDK 1.4's java.util.logging package events delivered via XML (using the logger.dtd).class
Decodes Logging Events in XML formated into elements that are used by Chainsaw.Fields in org.apache.log4j.xml declared as Decoder