Constant Field Values

Contents

org.apache.*

  • org.apache.log4j.filter.TimeFilter
    Modifier and Type
    Constant Field
    Value
    private static final long
    3600000L
    private static final long
    60000L
    private static final long
    1000L
  • org.apache.log4j.receivers.net.MulticastAppender
    Modifier and Type
    Constant Field
    Value
    static final int
    9991
    public static final String
    "_log4j_xml_mcast_appender.local."
  • org.apache.log4j.receivers.net.MulticastReceiver
    Modifier and Type
    Constant Field
    Value
    private static final int
    16384
    public static final String
    "_log4j_xml_mcast_receiver.local."
  • org.apache.log4j.receivers.net.SocketHubReceiver
    Modifier and Type
    Constant Field
    Value
    static final int
    30000
    public static final String
    "_log4j_obj_tcpconnect_receiver.local."
  • org.apache.log4j.receivers.net.SocketReceiver
    Modifier and Type
    Constant Field
    Value
    public static final String
    "_log4j_obj_tcpaccept_receiver.local."
  • org.apache.log4j.receivers.net.UDPAppender
    Modifier and Type
    Constant Field
    Value
    public static final int
    9991
    public static final String
    "_log4j_xml_udp_appender.local."
  • org.apache.log4j.receivers.net.UDPReceiver
    Modifier and Type
    Constant Field
    Value
    private static final int
    16384
    public static final String
    "_log4j_xml_udp_receiver.local."
  • org.apache.log4j.receivers.net.XMLSocketReceiver
    Modifier and Type
    Constant Field
    Value
    public static final int
    4448
    public static final String
    "_log4j_xml_tcpaccept_receiver.local."
  • org.apache.log4j.receivers.xml.LogFileXMLReceiver
    Modifier and Type
    Constant Field
    Value
    private static final String
    "file"
  • org.apache.log4j.receivers.xml.UtilLoggingXMLDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "<log>"
    private static final String
    "UTF-8"
    private static final String
    "</log>"
    private static final String
    "</record>"
  • org.apache.log4j.receivers.xml.XMLDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "<?xml version=\"1.0\" encoding=\"UTF-8\" ?><!DOCTYPE log4j:eventSet SYSTEM \"http://localhost/log4j.dtd\"><log4j:eventSet version=\"1.2\" xmlns:log4j=\"http://jakarta.apache.org/log4j/\">"
    private static final String
    "UTF-8"
    private static final String
    "</log4j:eventSet>"
    private static final String
    "</log4j:event>"
  • org.apache.log4j.xml.XSLTLayout
    Modifier and Type
    Constant Field
    Value
    private static final String
    "http://jakarta.apache.org/log4j/"
    private static final String
    "http://www.w3.org/1999/XSL/Transform"