Package | Description |
---|---|
org.apache.log4j.chainsaw | |
org.apache.log4j.chainsaw.plugins | |
org.apache.log4j.chainsaw.receivers | |
org.apache.log4j.chainsaw.vfs | |
org.apache.log4j.chainsaw.zeroconf | |
org.apache.log4j.db |
The org.apache.log4j.db package provides means to append logging events
into various databases.
|
org.apache.log4j.net | |
org.apache.log4j.plugins | |
org.apache.log4j.varia | |
org.apache.log4j.xml |
Modifier and Type | Class and Description |
---|---|
class |
Generator
Class designed to stress, and/or test the Chainsaw GUI by sending it
lots of Logging Events.
|
Modifier and Type | Class and Description |
---|---|
class |
GUIPluginSkeleton |
Modifier and Type | Method and Description |
---|---|
boolean |
GUIPluginSkeleton.isEquivalent(Plugin testPlugin) |
Modifier and Type | Method and Description |
---|---|
Plugin |
NewReceiverDialogPanel.getPlugin() |
Plugin |
PluginPropertyEditorPanel.getPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
PluginPropertyEditorPanel.setPlugin(Plugin plugin) |
Modifier and Type | Class and Description |
---|---|
class |
VFSLogFilePatternReceiver
A VFS-enabled version of org.apache.log4j.varia.LogFilePatternReceiver.
|
Modifier and Type | Class and Description |
---|---|
class |
ZeroConfPlugin
This plugin is designed to detect specific Zeroconf zones (Rendevouz/Bonjour,
whatever people are calling it) and allow the user to double click on
'devices' to try and connect to them with no configuration needed.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomSQLDBReceiver
Converts log data stored in a database into LoggingEvents.
|
class |
DBReceiver |
Modifier and Type | Class and Description |
---|---|
class |
JMSReceiver
JMSReceiver receives a remote logging event on a configured
JSM topic and "posts" it to a LoggerRepository as if the event was
generated locally.
|
class |
MulticastReceiver
Multicast-based receiver.
|
class |
SocketHubReceiver
SocketHubReceiver receives a remote logging event on a configured
socket and "posts" it to a LoggerRepository as if the event was
generated locally.
|
class |
SocketReceiver
SocketReceiver receives a remote logging event on a configured
socket and "posts" it to a LoggerRepository as if the event was
generated locally.
|
class |
UDPReceiver
Receive LoggingEvents encoded with an XMLLayout, convert the XML data to a
LoggingEvent and post the LoggingEvent.
|
class |
XMLSocketReceiver
XMLSocketReceiver receives a remote logging event via XML on a configured
socket and "posts" it to a LoggerRepository as if the event were
generated locally.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SocketHubReceiver.isEquivalent(Plugin testPlugin)
Returns true if the receiver is the same class and they are
configured for the same properties, and super class also considers
them to be equivalent.
|
boolean |
SocketReceiver.isEquivalent(Plugin testPlugin)
Returns true if the receiver is the same class and they are
configured for the same properties, and super class also considers
them to be equivalent.
|
boolean |
JMSReceiver.isEquivalent(Plugin testPlugin)
Returns true if the receiver is the same class and they are
configured for the same properties, and super class also considers
them to be equivalent.
|
boolean |
XMLSocketReceiver.isEquivalent(Plugin testPlugin)
Returns true if the receiver is the same class and they are
configured for the same properties, and super class also considers
them to be equivalent.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginSkeleton
A convienent abstract class for plugin subclasses that implements
the basic methods of the Plugin interface.
|
class |
Receiver
Defines the base class for Receiver plugins.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginEvent.getPlugin()
Returns the source Plugin of this event, which is simple
the getSource() method casted to Plugin for convenience.
|
Plugin |
PluginRegistry.stopPlugin(String pluginName)
Stops a plugin by plugin name and repository.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginRegistry.addPlugin(Plugin plugin)
Adds a plugin to the plugin registry.
|
boolean |
Plugin.isEquivalent(Plugin testPlugin)
Returns true if the testPlugin is considered to be "equivalent" to the
this plugin.
|
boolean |
PluginSkeleton.isEquivalent(Plugin testPlugin)
Returns true if the plugin has the same name and logger repository as the
testPlugin passed in.
|
Modifier and Type | Class and Description |
---|---|
class |
LogFilePatternReceiver
LogFilePatternReceiver can parse and tail log files, converting entries into
LoggingEvents.
|
Modifier and Type | Class and Description |
---|---|
class |
LogFileXMLReceiver
LogFileXMLReceiver will read an xml-formated log file and make the events in the log file
available to the log4j framework.
|
Copyright © 2002-2017 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache Chainsaw, Chainsaw, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.