net.codesmarts.log4j
Interface BugReportAppender

All Known Implementing Classes:
AbstractBugReportAppender

public interface BugReportAppender

Author:
Fred McCann

Method Summary
 void append(BugReport report)
          Append a bug report
 int getHashMethod()
          Get the hash method used by this appender
 int getMaxSize()
          Get the maximum buffer size
 org.apache.log4j.Priority getThresholdPriority()
          Get the priority required to trigger a bug report
 int getThresholdSize()
          Get the buffer size required to trigger a bug report
 boolean isReportDuplicates()
          This returns true if this appender is configured to file duplicate reports.
 

Method Detail

append

public void append(BugReport report)
Append a bug report


getThresholdPriority

public org.apache.log4j.Priority getThresholdPriority()
Get the priority required to trigger a bug report


getThresholdSize

public int getThresholdSize()
Get the buffer size required to trigger a bug report


getMaxSize

public int getMaxSize()
Get the maximum buffer size


getHashMethod

public int getHashMethod()
Get the hash method used by this appender


isReportDuplicates

public boolean isReportDuplicates()
This returns true if this appender is configured to file duplicate reports. This defaults to false

Returns:
Returns the reportDuplicates.


Copyright © 2005 CodeSmarts. All Rights Reserved.