Package com._1c.g5.v8.dt.export
Class ExportDebugTrace
- java.lang.Object
-
- com._1c.g5.v8.dt.export.ExportDebugTrace
-
- All Implemented Interfaces:
EventListener,org.eclipse.osgi.service.debug.DebugOptionsListener,org.eclipse.osgi.service.debug.DebugTrace
public class ExportDebugTrace extends Object implements org.eclipse.osgi.service.debug.DebugOptionsListener, org.eclipse.osgi.service.debug.DebugTrace
Export debug options manager
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportDebugTracegetInstance()Returns instance ofExportDebugTracevoidoptionsChanged(org.eclipse.osgi.service.debug.DebugOptions options)voidtrace(String option, String message)voidtrace(String option, String message, Throwable error)voidtraceDumpStack(String option)voidtraceEntry(String option)voidtraceEntry(String option, Object methodArgument)voidtraceEntry(String option, Object[] methodArguments)voidtraceExit(String option)voidtraceExit(String option, Object result)
-
-
-
Method Detail
-
getInstance
public static ExportDebugTrace getInstance()
Returns instance ofExportDebugTrace- Returns:
- instance of
ExportDebugTrace, nevernull
-
optionsChanged
public void optionsChanged(org.eclipse.osgi.service.debug.DebugOptions options)
- Specified by:
optionsChangedin interfaceorg.eclipse.osgi.service.debug.DebugOptionsListener
-
trace
public void trace(String option, String message)
- Specified by:
tracein interfaceorg.eclipse.osgi.service.debug.DebugTrace
-
trace
public void trace(String option, String message, Throwable error)
- Specified by:
tracein interfaceorg.eclipse.osgi.service.debug.DebugTrace
-
traceDumpStack
public void traceDumpStack(String option)
- Specified by:
traceDumpStackin interfaceorg.eclipse.osgi.service.debug.DebugTrace
-
traceEntry
public void traceEntry(String option)
- Specified by:
traceEntryin interfaceorg.eclipse.osgi.service.debug.DebugTrace
-
traceEntry
public void traceEntry(String option, Object methodArgument)
- Specified by:
traceEntryin interfaceorg.eclipse.osgi.service.debug.DebugTrace
-
traceExit
public void traceExit(String option)
- Specified by:
traceExitin interfaceorg.eclipse.osgi.service.debug.DebugTrace
-
traceEntry
public void traceEntry(String option, Object[] methodArguments)
- Specified by:
traceEntryin interfaceorg.eclipse.osgi.service.debug.DebugTrace
-
-