Package org.apache.log4j.chainsaw
Class Generator
java.lang.Object
org.apache.log4j.spi.ComponentBase
org.apache.log4j.plugins.PluginSkeleton
org.apache.log4j.plugins.Receiver
org.apache.log4j.chainsaw.Generator
- All Implemented Interfaces:
Runnable,Plugin,Component,org.apache.log4j.spi.OptionHandler,Thresholdable
Class designed to stress, and/or test the Chainsaw GUI by sending it
lots of Logging Events.
- Author:
- Scott Deboy <sdeboy@apache.org>
-
Field Summary
Fields inherited from class org.apache.log4j.plugins.Receiver
thresholdLevelFields inherited from class org.apache.log4j.plugins.PluginSkeleton
active, nameFields inherited from class org.apache.log4j.spi.ComponentBase
repository -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.log4j.plugins.Receiver
doPost, getThreshold, isAsSevereAsThreshold, setThresholdMethods inherited from class org.apache.log4j.plugins.PluginSkeleton
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getLoggerRepository, getName, isActive, isEquivalent, removePropertyChangeListener, removePropertyChangeListener, setLoggerRepository, setNameMethods inherited from class org.apache.log4j.spi.ComponentBase
getLogger, getNonFloodingLogger, resetErrorCount
-
Constructor Details
-
Generator
-
-
Method Details
-
run
public void run() -
shutdown
public void shutdown()Description copied from interface:PluginCall when the plugin should be stopped. -
activateOptions
public void activateOptions()- Specified by:
activateOptionsin interfaceorg.apache.log4j.spi.OptionHandler
-