public interface DebuggerExtenderBreakpointLogEntry
extends oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointLogEntryBase
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getLogExpression()
Get the expression that should be evaluated (and the results logged)
 for each log entry 
 | 
java.lang.String | 
getLogTag()
Get the log tag that should be included in each log entry 
 | 
boolean | 
isEnabled()
Should logging for the breakpoint be enabled. 
 | 
boolean | 
isLogStackTrace()
Should a stacktrace be included in each log entry 
 | 
boolean isEnabled()
isEnabled in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointLogEntryBaseboolean isLogStackTrace()
isLogStackTrace in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointLogEntryBasejava.lang.String getLogTag()
getLogTag in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointLogEntryBasejava.lang.String getLogExpression()
getLogExpression in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointLogEntryBase