public interface DebuggerBreakpointLogEntry
| 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()
boolean isLogStackTrace()
java.lang.String getLogTag()
java.lang.String getLogExpression()