Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.runner
Interface DebuggerBreakpointLogEntry


public interface DebuggerBreakpointLogEntry

Defines details about how the debugger should make log entries for a breakpoint.


Method Summary
 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
 

Method Detail

isEnabled

boolean isEnabled()
Should logging for the breakpoint be enabled. It is possible to define logging behavior and leave it disabled, in which case the logging details will show in the breakpoint edit dialog as disabled

Returns:
True if logging should be enabled, false otherwise

isLogStackTrace

boolean isLogStackTrace()
Should a stacktrace be included in each log entry

Returns:
True if a stacktrace should be included, false otherwise

getLogTag

java.lang.String getLogTag()
Get the log tag that should be included in each log entry

Returns:
The log tag or null

getLogExpression

java.lang.String getLogExpression()
Get the expression that should be evaluated (and the results logged) for each log entry

Returns:
An expression or null

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.