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) DecoderFileLoadAction.decoderThis 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 voidFileLoadAction.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) DecoderXMLSocketNode.decoderprivate DecoderMulticastReceiver.decoderImplprivate DecoderUDPReceiver.decoderImpl -
Uses of Decoder in org.apache.log4j.xml
Classes in org.apache.log4j.xml that implement DecoderModifier and TypeClassDescriptionclassDecodes JDK 1.4's java.util.logging package events delivered via XML (using the logger.dtd).classDecodes Logging Events in XML formated into elements that are used by Chainsaw.Fields in org.apache.log4j.xml declared as Decoder