|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ net overview ] | PREV NEXT | ||||||||
A
- activateOptions() - Method in class org.apache.log4j.net.DatagramStringAppender
- Activate the options set via the setOption method.
- activateOptions() - Method in class org.apache.log4j.net.JMSAppender
- Options are activated and become effective only after calling this method.
- activateOptions() - Method in class org.apache.log4j.net.SMTPAppender
- Activate the specified options, such as the smtp host, the recipient, from, etc.
- activateOptions() - Method in class org.apache.log4j.net.SocketAppender
- Connect to the specified RemoteHost and Port.
- activateOptions() - Method in class org.apache.log4j.net.SocketHubAppender
- Set up the socket server on the specified port.
- activateOptions() - Method in class org.apache.log4j.net.SyslogAppender
- This method returns immediately as options are activated when they are set.
- activateOptions() - Method in class org.apache.log4j.net.TelnetAppender
- all of the options have been set, create the socket handler and wait for connections.
- address - Variable in class org.apache.log4j.net.DatagramStringWriter
- address - Variable in class org.apache.log4j.net.SocketAppender
- append(LoggingEvent) - Method in class org.apache.log4j.net.DatagramStringAppender
- append(LoggingEvent) - Method in class org.apache.log4j.net.JMSAppender
- This method called by AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent)>
AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent)55 method to do most of the real appending work. - append(LoggingEvent) - Method in class org.apache.log4j.net.SMTPAppender
- Perform SMTPAppender specific appending actions, mainly adding the event to a cyclic buffer and checking if the event triggers an e-mail to be sent.
- append(LoggingEvent) - Method in class org.apache.log4j.net.SocketAppender
- append(LoggingEvent) - Method in class org.apache.log4j.net.SocketHubAppender
- Append an event to all of current connections.
- append(LoggingEvent) - Method in class org.apache.log4j.net.SyslogAppender
- append(LoggingEvent) - Method in class org.apache.log4j.net.TelnetAppender
- Handles a log event.
B
- bufferSize - Variable in class org.apache.log4j.net.SMTPAppender
C
- CONFIG_FILE_EXT - Static variable in class org.apache.log4j.net.SocketServer
- cat - Static variable in class org.apache.log4j.net.SimpleSocketServer
- cat - Static variable in class org.apache.log4j.net.SocketServer
- cb - Variable in class org.apache.log4j.net.SMTPAppender
- checkEntryConditions() - Method in class org.apache.log4j.net.JMSAppender
- checkEntryConditions() - Method in class org.apache.log4j.net.SMTPAppender
- This method determines if there is a sense in attempting to append.
- cleanUp() - Method in class org.apache.log4j.net.SocketAppender
- Drop the connection to the remote host and release the underlying connector thread if it has been created
- cleanUp() - Method in class org.apache.log4j.net.SocketHubAppender
- Release the underlying ServerMonitor thread, and drop the connections to all connected remote servers.
- close() - Method in class org.apache.log4j.net.DatagramStringAppender
- Release any resources held by this Appender
- close() - Method in class org.apache.log4j.net.DatagramStringWriter
- close() - Method in class org.apache.log4j.net.JMSAppender
- Close this JMSAppender.
- close() - Method in class org.apache.log4j.net.SMTPAppender
- close() - Method in class org.apache.log4j.net.SocketAppender
- Close this appender.
- close() - Method in class org.apache.log4j.net.SocketHubAppender
- Close this appender.
- close() - Method in class org.apache.log4j.net.SyslogAppender
- Release any resources held by this SyslogAppender.
- close() - Method in class org.apache.log4j.net.TelnetAppender
- shuts down the appender.
- configureHierarchy(InetAddress) - Method in class org.apache.log4j.net.SocketServer
- connect(InetAddress, int) - Method in class org.apache.log4j.net.SocketAppender
- connections - Variable in class org.apache.log4j.net.TelnetAppender.SocketHandler
- connector - Variable in class org.apache.log4j.net.SocketAppender
- counter - Variable in class org.apache.log4j.net.SocketAppender
D
- DATAGRAM_ENCODING_OPTION - Static variable in class org.apache.log4j.net.DatagramStringAppender
- A string constant used in naming the option for setting the character encoding used when generating the log message.
- DATAGRAM_HOST_OPTION - Static variable in class org.apache.log4j.net.DatagramStringAppender
- A string constant used in naming the option for setting the destination server for messages.
- DATAGRAM_PORT_OPTION - Static variable in class org.apache.log4j.net.DatagramStringAppender
- A string constant used in naming the option for setting the destination port for messages.
- DEFAULT_ENCODING - Static variable in class org.apache.log4j.net.DatagramStringAppender
- The default value for the "encoding" attribute, ie the way in which unicode message strings are converted into a stream of bytes before their transmission as a UDP packet.
- DEFAULT_HOST - Static variable in class org.apache.log4j.net.DatagramStringAppender
- The default value for the "host" attribute, ie the machine to which messages are sent.
- DEFAULT_PORT - Static variable in class org.apache.log4j.net.DatagramStringAppender
- The default value for the "port" attribute, ie the UDP port to which messages are sent.
- DEFAULT_PORT - Static variable in class org.apache.log4j.net.SocketAppender
- The default port number of remote logging server (4560).
- DEFAULT_PORT - Static variable in class org.apache.log4j.net.SocketHubAppender
- The default port number of the ServerSocket will be created on.
- DEFAULT_RECONNECTION_DELAY - Static variable in class org.apache.log4j.net.SocketAppender
- The default reconnection delay (30000 milliseconds or 30 seconds).
- DatagramStringAppender - class org.apache.log4j.net.DatagramStringAppender.
- Use DatagramStringAppender to send log messages to a remote daemon which accepts Datagram (UDP) messages.
- DatagramStringAppender() - Constructor for class org.apache.log4j.net.DatagramStringAppender
- DatagramStringAppender(Layout) - Constructor for class org.apache.log4j.net.DatagramStringAppender
- DatagramStringAppender(Layout, String, int) - Constructor for class org.apache.log4j.net.DatagramStringAppender
- DatagramStringAppender(Layout, String, int, String) - Constructor for class org.apache.log4j.net.DatagramStringAppender
- DatagramStringWriter - class org.apache.log4j.net.DatagramStringWriter.
- DatagramStringWriter is a wrapper around the java.net.DatagramSocket class so that it behaves like a java.io.Writer.
- DatagramStringWriter(String) - Constructor for class org.apache.log4j.net.DatagramStringWriter
- This constructor assumes that it is sending to a remote syslog daemon on the normal syslog port (514), and uses the default platform character encoding when converting the message string to a byte sequence.
- DatagramStringWriter(String, int) - Constructor for class org.apache.log4j.net.DatagramStringWriter
- This constructor sends messages to the specified host and port, and uses the default platform character encoding when converting the message string to a byte sequence.
- DatagramStringWriter(String, int, String) - Constructor for class org.apache.log4j.net.DatagramStringWriter
- This constructor sends messages to the specified host and port, and uses the specified character encoding when converting the message string to a byte sequence.
- DatagramStringWriter(String, int, String, String) - Constructor for class org.apache.log4j.net.DatagramStringWriter
- This constructor sends messages to the specified host and port, and uses the specified character encoding when converting the message string to a byte sequence; the specified prefix (which may be null) is prepended to each message.
- DefaultEvaluator - class org.apache.log4j.net.DefaultEvaluator.
- DefaultEvaluator() - Constructor for class org.apache.log4j.net.DefaultEvaluator
- dir - Variable in class org.apache.log4j.net.SocketServer
- done - Variable in class org.apache.log4j.net.TelnetAppender.SocketHandler
- ds - Variable in class org.apache.log4j.net.DatagramStringWriter
E
- encoding - Variable in class org.apache.log4j.net.DatagramStringAppender
- encoding - Variable in class org.apache.log4j.net.DatagramStringWriter
- evaluator - Variable in class org.apache.log4j.net.SMTPAppender
F
- FACILITY_OI - Static variable in class org.apache.log4j.net.SyslogAppender
- facilityPrinting - Variable in class org.apache.log4j.net.SyslogAppender
- facilityStr - Variable in class org.apache.log4j.net.SyslogAppender
- finalize() - Method in class org.apache.log4j.net.TelnetAppender.SocketHandler
- make sure we close all network connections when this handler is destroyed.
- fireConnector() - Method in class org.apache.log4j.net.SocketAppender
- flush() - Method in class org.apache.log4j.net.DatagramStringWriter
- from - Variable in class org.apache.log4j.net.SMTPAppender
G
- GENERIC - Static variable in class org.apache.log4j.net.SocketServer
- genericHierarchy - Variable in class org.apache.log4j.net.SocketServer
- genericHierarchy() - Method in class org.apache.log4j.net.SocketServer
- getAddress(String) - Method in class org.apache.log4j.net.SMTPAppender
- getAddressByName(String) - Static method in class org.apache.log4j.net.SocketAppender
- getBufferSize() - Method in class org.apache.log4j.net.SMTPAppender
- Returns value of the BufferSize option.
- getEvaluatorClass() - Method in class org.apache.log4j.net.SMTPAppender
- Returns value of the EvaluatorClass option.
- getFacility(String) - Static method in class org.apache.log4j.net.SyslogAppender
- Returns the integer value corresponding to the named syslog facility, or -1 if it couldn't be recognized.
- getFacility() - Method in class org.apache.log4j.net.SyslogAppender
- Returns the value of the Facility option.
- getFacilityPrinting() - Method in class org.apache.log4j.net.SyslogAppender
- Returns the value of the FacilityPrinting option.
- getFacilityString(int) - Static method in class org.apache.log4j.net.SyslogAppender
- Returns the specified syslog facility as a lower-case String, e.g.
- getFrom() - Method in class org.apache.log4j.net.SMTPAppender
- Returns value of the From option.
- getInitialContextFactoryName() - Method in class org.apache.log4j.net.JMSAppender
- Returns the value of the InitialContextFactoryName option.
- getLocationInfo() - Method in class org.apache.log4j.net.JMSAppender
- Returns value of the LocationInfo property which determines whether location (stack) info is sent to the remote subscriber.
- getLocationInfo() - Method in class org.apache.log4j.net.SMTPAppender
- Returns value of the LocationInfo option.
- getLocationInfo() - Method in class org.apache.log4j.net.SocketAppender
- Returns value of the LocationInfo option.
- getLocationInfo() - Method in class org.apache.log4j.net.SocketHubAppender
- Returns value of the LocationInfo option.
- getOptionStrings() - Method in class org.apache.log4j.net.DatagramStringAppender
- Returns the option names for this component, namely the string
array consisting of {
DatagramStringAppender.DATAGRAM_HOST_OPTION55 ,DatagramStringAppender.DATAGRAM_PORT_OPTION55 ,DatagramStringAppender.DATAGRAM_ENCODING_OPTION55 - getPassword() - Method in class org.apache.log4j.net.JMSAppender
- getPort() - Method in class org.apache.log4j.net.SocketAppender
- Returns value of the Port option.
- getPort() - Method in class org.apache.log4j.net.SocketHubAppender
- Returns value of the Port option.
- getPort() - Method in class org.apache.log4j.net.TelnetAppender
- getProviderURL() - Method in class org.apache.log4j.net.JMSAppender
- getReconnectionDelay() - Method in class org.apache.log4j.net.SocketAppender
- Returns value of the ReconnectionDelay option.
- getRemoteHost() - Method in class org.apache.log4j.net.SocketAppender
- Returns value of the RemoteHost option.
- getSMTPHost() - Method in class org.apache.log4j.net.SMTPAppender
- Returns value of the SMTPHost option.
- getSecurityCredentials() - Method in class org.apache.log4j.net.JMSAppender
- getSecurityPrincipalName() - Method in class org.apache.log4j.net.JMSAppender
- getSubject() - Method in class org.apache.log4j.net.SMTPAppender
- Returns value of the Subject option.
- getSyslogHost() - Method in class org.apache.log4j.net.SyslogAppender
- Returns the value of the SyslogHost option.
- getTo() - Method in class org.apache.log4j.net.SMTPAppender
- Returns value of the To option.
- getTopicBindingName() - Method in class org.apache.log4j.net.JMSAppender
- Returns the value of the TopicBindingName option.
- getTopicConnection() - Method in class org.apache.log4j.net.JMSAppender
- Returns the TopicConnection used for this appender.
- getTopicConnectionFactoryBindingName() - Method in class org.apache.log4j.net.JMSAppender
- Returns the value of the TopicConnectionFactoryBindingName option.
- getTopicPublisher() - Method in class org.apache.log4j.net.JMSAppender
- Returns the TopicPublisher used for this appender.
- getTopicSession() - Method in class org.apache.log4j.net.JMSAppender
- Returns the TopicSession used for this appender.
- getURLPkgPrefixes() - Method in class org.apache.log4j.net.JMSAppender
- getUserName() - Method in class org.apache.log4j.net.JMSAppender
H
- hierarchy - Variable in class org.apache.log4j.net.SocketNode
- hierarchyMap - Variable in class org.apache.log4j.net.SocketServer
- host - Variable in class org.apache.log4j.net.DatagramStringAppender
- host - Variable in class org.apache.log4j.net.DatagramStringWriter
I
- init(String, String) - Static method in class org.apache.log4j.net.SimpleSocketServer
- init(String, String, String) - Static method in class org.apache.log4j.net.SocketServer
- initSyslogFacilityStr() - Method in class org.apache.log4j.net.SyslogAppender
- initialContextFactoryName - Variable in class org.apache.log4j.net.JMSAppender
- interrupted - Variable in class org.apache.log4j.net.SocketAppender.Connector
- isTriggeringEvent(LoggingEvent) - Method in class org.apache.log4j.net.DefaultEvaluator
- Is this
eventthe e-mail triggering event?
J
- JMSAppender - class org.apache.log4j.net.JMSAppender.
- A simple appender that publishes events to a JMS Topic.
- JMSAppender() - Constructor for class org.apache.log4j.net.JMSAppender
- JMSSink - class org.apache.log4j.net.JMSSink.
- A simple application that consumes logging events sent by a JMSAppender.
- JMSSink(String, String, String, String) - Constructor for class org.apache.log4j.net.JMSSink
K
- keepRunning - Variable in class org.apache.log4j.net.SocketHubAppender.ServerMonitor
L
- LOG_AUTH - Static variable in class org.apache.log4j.net.SyslogAppender
- security/authorization messages
- LOG_AUTHPRIV - Static variable in class org.apache.log4j.net.SyslogAppender
- security/authorization messages (private)
- LOG_CRON - Static variable in class org.apache.log4j.net.SyslogAppender
- clock daemon
- LOG_DAEMON - Static variable in class org.apache.log4j.net.SyslogAppender
- System daemons
- LOG_FTP - Static variable in class org.apache.log4j.net.SyslogAppender
- ftp daemon
- LOG_KERN - Static variable in class org.apache.log4j.net.SyslogAppender
- Kernel messages
- LOG_LOCAL0 - Static variable in class org.apache.log4j.net.SyslogAppender
- reserved for local use
- LOG_LOCAL1 - Static variable in class org.apache.log4j.net.SyslogAppender
- reserved for local use
- LOG_LOCAL2 - Static variable in class org.apache.log4j.net.SyslogAppender
- reserved for local use
- LOG_LOCAL3 - Static variable in class org.apache.log4j.net.SyslogAppender
- reserved for local use
- LOG_LOCAL4 - Static variable in class org.apache.log4j.net.SyslogAppender
- reserved for local use
- LOG_LOCAL5 - Static variable in class org.apache.log4j.net.SyslogAppender
- reserved for local use
- LOG_LOCAL6 - Static variable in class org.apache.log4j.net.SyslogAppender
- reserved for local use
- LOG_LOCAL7 - Static variable in class org.apache.log4j.net.SyslogAppender
- reserved for local use
- LOG_LPR - Static variable in class org.apache.log4j.net.SyslogAppender
- line printer subsystem
- LOG_MAIL - Static variable in class org.apache.log4j.net.SyslogAppender
- Mail system
- LOG_NEWS - Static variable in class org.apache.log4j.net.SyslogAppender
- network news subsystem
- LOG_SYSLOG - Static variable in class org.apache.log4j.net.SyslogAppender
- messages generated internally by syslogd
- LOG_USER - Static variable in class org.apache.log4j.net.SyslogAppender
- Random user-level messages
- LOG_UUCP - Static variable in class org.apache.log4j.net.SyslogAppender
- UUCP subsystem
- locationInfo - Variable in class org.apache.log4j.net.JMSAppender
- locationInfo - Variable in class org.apache.log4j.net.SMTPAppender
- locationInfo - Variable in class org.apache.log4j.net.SocketAppender
- locationInfo - Variable in class org.apache.log4j.net.SocketHubAppender
- logger - Static variable in class org.apache.log4j.net.JMSSink
- logger - Static variable in class org.apache.log4j.net.SocketNode
- lookup(Context, String) - Method in class org.apache.log4j.net.JMSAppender
- lookup(Context, String) - Static method in class org.apache.log4j.net.JMSSink
M
- MAX_CONNECTIONS - Variable in class org.apache.log4j.net.TelnetAppender.SocketHandler
- main(String[]) - Static method in class org.apache.log4j.net.JMSSink
- main(String[]) - Static method in class org.apache.log4j.net.SimpleSocketServer
- main(String[]) - Static method in class org.apache.log4j.net.SocketServer
- monitorThread - Variable in class org.apache.log4j.net.SocketHubAppender.ServerMonitor
- msg - Variable in class org.apache.log4j.net.SMTPAppender
O
- ois - Variable in class org.apache.log4j.net.SocketNode
- onMessage(Message) - Method in class org.apache.log4j.net.JMSSink
- oos - Variable in class org.apache.log4j.net.SocketAppender
- oosList - Variable in class org.apache.log4j.net.SocketHubAppender.ServerMonitor
- oosList - Variable in class org.apache.log4j.net.SocketHubAppender
- org.apache.log4j.net - package org.apache.log4j.net
P
- parseAddress(String) - Method in class org.apache.log4j.net.SMTPAppender
- password - Variable in class org.apache.log4j.net.JMSAppender
- port - Variable in class org.apache.log4j.net.DatagramStringAppender
- port - Variable in class org.apache.log4j.net.DatagramStringWriter
- port - Static variable in class org.apache.log4j.net.SimpleSocketServer
- port - Variable in class org.apache.log4j.net.SocketAppender
- port - Variable in class org.apache.log4j.net.SocketHubAppender.ServerMonitor
- port - Variable in class org.apache.log4j.net.SocketHubAppender
- port - Static variable in class org.apache.log4j.net.SocketServer
- port - Variable in class org.apache.log4j.net.TelnetAppender
- prefix - Variable in class org.apache.log4j.net.DatagramStringWriter
- providerURL - Variable in class org.apache.log4j.net.JMSAppender
Q
- qw - Variable in class org.apache.log4j.net.DatagramStringAppender
R
- RESET_FREQUENCY - Static variable in class org.apache.log4j.net.SocketAppender
- reconnectionDelay - Variable in class org.apache.log4j.net.SocketAppender
- remoteHost - Variable in class org.apache.log4j.net.SocketAppender
- We remember host name as String in addition to the resolved InetAddress so that it can be returned via getOption().
- requiresLayout() - Method in class org.apache.log4j.net.DatagramStringAppender
- The DatagramStringAppender requires a layout.
- requiresLayout() - Method in class org.apache.log4j.net.JMSAppender
- The JMSAppender sends serialized events and consequently does not require a layout.
- requiresLayout() - Method in class org.apache.log4j.net.SMTPAppender
- The
SMTPAppenderrequires a layout. - requiresLayout() - Method in class org.apache.log4j.net.SocketAppender
- The SocketAppender does not use a layout.
- requiresLayout() - Method in class org.apache.log4j.net.SocketHubAppender
- The SocketHubAppender does not use a layout.
- requiresLayout() - Method in class org.apache.log4j.net.SyslogAppender
- The SyslogAppender requires a layout.
- requiresLayout() - Method in class org.apache.log4j.net.TelnetAppender
- This appender requires a layout to format the text to the attached client(s).
- run() - Method in class org.apache.log4j.net.SocketAppender.Connector
- run() - Method in class org.apache.log4j.net.SocketHubAppender.ServerMonitor
- Method that runs, monitoring the ServerSocket and adding connections as they connect to the socket.
- run() - Method in class org.apache.log4j.net.SocketNode
- run() - Method in class org.apache.log4j.net.TelnetAppender.SocketHandler
- Continually accepts client connections.
S
- SMTPAppender - class org.apache.log4j.net.SMTPAppender.
- Send an e-mail when a specific logging event occurs, typically on errors or fatal errors.
- SMTPAppender() - Constructor for class org.apache.log4j.net.SMTPAppender
- The default constructor will instantiate the appender with a org.apache.log4j.spi.TriggeringEventEvaluator that will trigger on events with level ERROR or higher.
- SMTPAppender(TriggeringEventEvaluator) - Constructor for class org.apache.log4j.net.SMTPAppender
- Use
evaluatorpassed as parameter as the org.apache.log4j.spi.TriggeringEventEvaluator for this SMTPAppender. - SYSLOG_HOST_OI - Static variable in class org.apache.log4j.net.SyslogAppender
- SYSLOG_PORT - Static variable in class org.apache.log4j.net.DatagramStringWriter
- SimpleSocketServer - class org.apache.log4j.net.SimpleSocketServer.
- A simple SocketNode based server.
- SimpleSocketServer() - Constructor for class org.apache.log4j.net.SimpleSocketServer
- SocketAppender - class org.apache.log4j.net.SocketAppender.
- Sends org.apache.log4j.spi.LoggingEvent objects to a remote a log server, usually a SocketNode.
- SocketAppender() - Constructor for class org.apache.log4j.net.SocketAppender
- SocketAppender(InetAddress, int) - Constructor for class org.apache.log4j.net.SocketAppender
- Connects to remote server at
addressandport. - SocketAppender(String, int) - Constructor for class org.apache.log4j.net.SocketAppender
- Connects to remote server at
hostandport. - SocketAppender.Connector - class org.apache.log4j.net.SocketAppender.Connector.
- The Connector will reconnect when the server becomes available again.
- SocketAppender.Connector() - Constructor for class org.apache.log4j.net.SocketAppender.Connector
- SocketHubAppender - class org.apache.log4j.net.SocketHubAppender.
- Sends org.apache.log4j.spi.LoggingEvent objects to a set of remote log servers, usually a SocketNodes.
- SocketHubAppender() - Constructor for class org.apache.log4j.net.SocketHubAppender
- SocketHubAppender(int) - Constructor for class org.apache.log4j.net.SocketHubAppender
- Connects to remote server at
addressandport. - SocketHubAppender.ServerMonitor - class org.apache.log4j.net.SocketHubAppender.ServerMonitor.
- This class is used internally to monitor a ServerSocket and register new connections in a vector passed in the constructor.
- SocketHubAppender.ServerMonitor(int, Vector) - Constructor for class org.apache.log4j.net.SocketHubAppender.ServerMonitor
- Create a thread and start the monitor.
- SocketNode - class org.apache.log4j.net.SocketNode.
- Read org.apache.log4j.spi.LoggingEvent objects sent from a remote client using Sockets (TCP).
- SocketNode(Socket, LoggerRepository) - Constructor for class org.apache.log4j.net.SocketNode
- SocketServer - class org.apache.log4j.net.SocketServer.
- A SocketNode based server that uses a different hierarchy for each client.
- SocketServer(File) - Constructor for class org.apache.log4j.net.SocketServer
- SyslogAppender - class org.apache.log4j.net.SyslogAppender.
- Use SyslogAppender to send log messages to a remote syslog daemon.
- SyslogAppender() - Constructor for class org.apache.log4j.net.SyslogAppender
- SyslogAppender(Layout, int) - Constructor for class org.apache.log4j.net.SyslogAppender
- SyslogAppender(Layout, String, int) - Constructor for class org.apache.log4j.net.SyslogAppender
- securityCredentials - Variable in class org.apache.log4j.net.JMSAppender
- securityPrincipalName - Variable in class org.apache.log4j.net.JMSAppender
- send(String) - Method in class org.apache.log4j.net.TelnetAppender.SocketHandler
- sends a message to each of the clients in telnet-friendly output.
- sendBuffer() - Method in class org.apache.log4j.net.SMTPAppender
- Send the contents of the cyclic buffer as an e-mail message.
- server - Static variable in class org.apache.log4j.net.SocketServer
- serverMonitor - Variable in class org.apache.log4j.net.SocketHubAppender
- serverSocket - Variable in class org.apache.log4j.net.TelnetAppender.SocketHandler
- setBufferSize(int) - Method in class org.apache.log4j.net.SMTPAppender
- The BufferSize option takes a positive integer representing the maximum number of logging events to collect in a cyclic buffer.
- setDestination(String, int, String) - Method in class org.apache.log4j.net.DatagramStringAppender
- setEvaluatorClass(String) - Method in class org.apache.log4j.net.SMTPAppender
- The EvaluatorClass option takes a string value representing the name of the class implementing the org.apache.log4j.spi.TriggeringEventEvaluator interface.
- setFacility(String) - Method in class org.apache.log4j.net.SyslogAppender
- Set the syslog facility.
- setFacilityPrinting(boolean) - Method in class org.apache.log4j.net.SyslogAppender
- If the FacilityPrinting option is set to true, the printed message will include the facility name of the application.
- setFrom(String) - Method in class org.apache.log4j.net.SMTPAppender
- The From option takes a string value which should be a e-mail address of the sender.
- setInitialContextFactoryName(String) - Method in class org.apache.log4j.net.JMSAppender
- Setting the InitialContextFactoryName method will cause
this
JMSAppenderinstance to use the InitialContext.InitialContext(Hashtable)>InitialContext.InitialContext(Hashtable)55 method instead of the no-argument constructor. - setLayout(Layout) - Method in class org.apache.log4j.net.DatagramStringAppender
- setLocationInfo(boolean) - Method in class org.apache.log4j.net.JMSAppender
- If true, the information sent to the remote subscriber will include caller's location information.
- setLocationInfo(boolean) - Method in class org.apache.log4j.net.SMTPAppender
- The LocationInfo option takes a boolean value.
- setLocationInfo(boolean) - Method in class org.apache.log4j.net.SocketAppender
- The LocationInfo option takes a boolean value.
- setLocationInfo(boolean) - Method in class org.apache.log4j.net.SocketHubAppender
- The LocationInfo option takes a boolean value.
- setOption(String, String) - Method in class org.apache.log4j.net.DatagramStringAppender
- Set DatagramStringAppender specific parameters.
- setPassword(String) - Method in class org.apache.log4j.net.JMSAppender
- The paswword to use when creating a topic session.
- setPort(int) - Method in class org.apache.log4j.net.SocketAppender
- The Port option takes a positive integer representing the port where the server is waiting for connections.
- setPort(int) - Method in class org.apache.log4j.net.SocketHubAppender
- The Port option takes a positive integer representing the port where the server is waiting for connections.
- setPort(int) - Method in class org.apache.log4j.net.TelnetAppender
- setPrefix(String) - Method in class org.apache.log4j.net.DatagramStringWriter
- Set a string to be prefixed to every message sent by this Writer.
- setProviderURL(String) - Method in class org.apache.log4j.net.JMSAppender
- setReconnectionDelay(int) - Method in class org.apache.log4j.net.SocketAppender
- The ReconnectionDelay option takes a positive integer representing the number of milliseconds to wait between each failed connection attempt to the server.
- setRemoteHost(String) - Method in class org.apache.log4j.net.SocketAppender
- The RemoteHost option takes a string value which should be the host name of the server where a SocketNode is running.
- setSMTPHost(String) - Method in class org.apache.log4j.net.SMTPAppender
- The SMTPHost option takes a string value which should be a the host name of the SMTP server that will send the e-mail message.
- setSecurityCredentials(String) - Method in class org.apache.log4j.net.JMSAppender
- setSecurityPrincipalName(String) - Method in class org.apache.log4j.net.JMSAppender
- setSubject(String) - Method in class org.apache.log4j.net.SMTPAppender
- The Subject option takes a string value which should be a the subject of the e-mail message.
- setSyslogHost(String) - Method in class org.apache.log4j.net.SyslogAppender
- The SyslogHost option is the name of the the syslog host where log output should go.
- setTo(String) - Method in class org.apache.log4j.net.SMTPAppender
- The To option takes a string value which should be a comma separated list of e-mail address of the recipients.
- setTopicBindingName(String) - Method in class org.apache.log4j.net.JMSAppender
- The TopicBindingName option takes a string value.
- setTopicConnectionFactoryBindingName(String) - Method in class org.apache.log4j.net.JMSAppender
- The TopicConnectionFactoryBindingName option takes a string value.
- setURLPkgPrefixes(String) - Method in class org.apache.log4j.net.JMSAppender
- setUserName(String) - Method in class org.apache.log4j.net.JMSAppender
- The user name to use when creating a topic session 55 .
- sh - Variable in class org.apache.log4j.net.TelnetAppender
- smtpHost - Variable in class org.apache.log4j.net.SMTPAppender
- socket - Variable in class org.apache.log4j.net.SocketNode
- sqw - Variable in class org.apache.log4j.net.SyslogAppender
- startServer() - Method in class org.apache.log4j.net.SocketHubAppender
- Start the ServerMonitor thread.
- stopMonitor() - Method in class org.apache.log4j.net.SocketHubAppender.ServerMonitor
- Stops the monitor.
- stp - Variable in class org.apache.log4j.net.DatagramStringAppender
- subject - Variable in class org.apache.log4j.net.SMTPAppender
- syslogFacility - Variable in class org.apache.log4j.net.SyslogAppender
- syslogHost - Variable in class org.apache.log4j.net.SyslogAppender
T
- TAB - Static variable in class org.apache.log4j.net.SyslogAppender
- TelnetAppender - class org.apache.log4j.net.TelnetAppender.
- The TelnetAppender is a log4j appender that specializes in writing to a read-only socket.
- TelnetAppender() - Constructor for class org.apache.log4j.net.TelnetAppender
- TelnetAppender.SocketHandler - class org.apache.log4j.net.TelnetAppender.SocketHandler.
- The SocketHandler class is used to accept connections from clients.
- TelnetAppender.SocketHandler(int) - Constructor for class org.apache.log4j.net.TelnetAppender.SocketHandler
- tcfBindingName - Variable in class org.apache.log4j.net.JMSAppender
- to - Variable in class org.apache.log4j.net.SMTPAppender
- topicBindingName - Variable in class org.apache.log4j.net.JMSAppender
- topicConnection - Variable in class org.apache.log4j.net.JMSAppender
- topicPublisher - Variable in class org.apache.log4j.net.JMSAppender
- topicSession - Variable in class org.apache.log4j.net.JMSAppender
U
- urlPkgPrefixes - Variable in class org.apache.log4j.net.JMSAppender
- usage(String) - Static method in class org.apache.log4j.net.JMSSink
- usage(String) - Static method in class org.apache.log4j.net.SimpleSocketServer
- usage(String) - Static method in class org.apache.log4j.net.SocketServer
- userName - Variable in class org.apache.log4j.net.JMSAppender
W
- write(char[], int, int) - Method in class org.apache.log4j.net.DatagramStringWriter
- write(String) - Method in class org.apache.log4j.net.DatagramStringWriter
- writers - Variable in class org.apache.log4j.net.TelnetAppender.SocketHandler
A B C D E F G H I J K L M O P Q R S T U W
|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ net overview ] | PREV NEXT | ||||||||