|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.log4j.AppenderSkeleton
com.bugcollect.log4j.Appender
public class Appender
The BugCollect Appender. Add this appender to your log4j configuration to enable bug report colection at bugcollect.com
| Field Summary |
|---|
| Fields inherited from class org.apache.log4j.AppenderSkeleton |
|---|
closed, errorHandler, headFilter, layout, name, tailFilter, threshold |
| Constructor Summary | |
|---|---|
Appender()
|
|
| Method Summary | |
|---|---|
protected void |
append(org.apache.log4j.spi.LoggingEvent event)
Submits the LoggingEvent to bugcollect.com The report is constructed from the message and throwable information in the LoggingEvent. |
protected com.bugcollect.ReportingManager |
buildReportingManager()
|
void |
close()
log4j infrastructure method. |
com.bugcollect.ReportingManager |
getReportingManager()
Gets the ReportingManager used to submit reports. |
boolean |
requiresLayout()
log4j infrastructure method. |
void |
setApplicationName(java.lang.String value)
Sets the application name used to authenticate with bugcollect.com |
void |
setApplicationPassword(java.lang.String value)
Sets the password used to authenticate with bugcollect.com |
void |
setReportingManager(com.bugcollect.ReportingManager value)
Sets the com.bugcolect.ReportingManager object used to submit reports. |
| Methods inherited from class org.apache.log4j.AppenderSkeleton |
|---|
activateOptions, addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setErrorHandler, setLayout, setName, setThreshold |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Appender()
| Method Detail |
|---|
public void setApplicationName(java.lang.String value)
public void setApplicationPassword(java.lang.String value)
protected com.bugcollect.ReportingManager buildReportingManager()
public void setReportingManager(com.bugcollect.ReportingManager value)
value - public com.bugcollect.ReportingManager getReportingManager()
protected void append(org.apache.log4j.spi.LoggingEvent event)
append in class org.apache.log4j.AppenderSkeletonpublic void close()
public boolean requiresLayout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||