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