Uses of Class
org.apache.log4j.chainsaw.ChainsawAppender
-
Packages that use ChainsawAppender Package Description org.apache.log4j.chainsaw -
-
Uses of ChainsawAppender in org.apache.log4j.chainsaw
Fields in org.apache.log4j.chainsaw declared as ChainsawAppender Modifier and Type Field Description private static ChainsawAppender
ChainsawAppender. sSharedAppender
The in-JVM singleton instance of the ChainsawAppender.Methods in org.apache.log4j.chainsaw that return ChainsawAppender Modifier and Type Method Description (package private) static ChainsawAppender
ChainsawAppender. getInstance()
Return the singleton instance of the ChainsawAppender, it should only be initialised once.Methods in org.apache.log4j.chainsaw with parameters of type ChainsawAppender Modifier and Type Method Description void
ChainsawViewer. activateViewer(ChainsawAppender model)
Called when the viewer should activate.void
LogUI. activateViewer(ChainsawAppender appender)
Allow Chainsaw v2 to be ran in-process (configured as a ChainsawAppender) NOTE: Closing Chainsaw will NOT stop the application generating the events.Constructors in org.apache.log4j.chainsaw with parameters of type ChainsawAppender Constructor Description ChainsawAppenderHandler(ChainsawAppender appender)
-