| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.feedback.FeedbackLogOptions
public class FeedbackLogOptions
FeedbackManager log handler options for feedback logged through a Logger. If a FeedbackLogOptions instance is included in the parameters of a log message, the handling of the message by the FeedbackManager's log handler will use the options given in the instance.
| Constructor Summary | |
|---|---|
FeedbackLogOptions()Creates an options instance with a null exception, API name, and API depth.  | 
|
FeedbackLogOptions(java.lang.Throwable exception, int apiDepth)Creates an options instance with a null API name.  | 
|
FeedbackLogOptions(java.lang.Throwable exception, java.lang.String apiName)Creates an options instance with a null API depth.  | 
|
| Method Summary | |
|---|---|
 java.lang.Integer | 
getApiDepth()Gets the number of stack frames in the exception associated with this feedback message that are part of the reporting API and should not be considered when identifying bugs.  | 
 java.lang.String | 
getApiName()Gets the API name associated with this feedback message, or null if the handler should attempt to extract it from the message.  | 
 java.lang.Throwable | 
getException()Gets the exception associated with this feedback message, or null if the handler should use LogRecord.getThrown(). | 
 void | 
setApiDepth(java.lang.Integer apiDepth)Sets the number of stack frames in the exception associated with this feedback message that are part of the reporting API and should not be considered when identifying bugs.  | 
 void | 
setApiName(java.lang.String apiName)Sets the API name associated with this feedback message, or null if the handler should attempt to extract it from the message.  | 
 void | 
setException(java.lang.Throwable exception)Sets the exception associated with this feedback message, or null if the handler should use LogRecord.getThrown(). | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FeedbackLogOptions()
public FeedbackLogOptions(java.lang.Throwable exception,
                          int apiDepth)
public FeedbackLogOptions(java.lang.Throwable exception,
                          java.lang.String apiName)
| Method Detail | 
|---|
public java.lang.Throwable getException()
LogRecord.getThrown().public void setException(java.lang.Throwable exception)
LogRecord.getThrown().public java.lang.Integer getApiDepth()
public void setApiDepth(java.lang.Integer apiDepth)
public java.lang.String getApiName()
public void setApiName(java.lang.String apiName)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||