Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IDebugHelper Interface Reference

Utility functions for debugging purposes More...

Public Member Functions

void TraceWrite (string text, params object[] arguments)
 Write something to the Chronos trace log. More...
 
void TraceWriteExceptionInfo (string contextHint, Exception ex)
 Logs exception details to the trace log, including a stack trace and, if applicable, inner exceptions. More...
 

Detailed Description

Utility functions for debugging purposes

Helpers

Definition at line 60 of file Helpers.cs.

Member Function Documentation

◆ TraceWrite()

void AxelSemrau.Chronos.Plugin.IDebugHelper.TraceWrite ( string  text,
params object[]  arguments 
)

Write something to the Chronos trace log.

Parameters
text
arguments

Referenced by MockPlugin.Misc.MockLicenseCheckAttribute.CheckLicense(), and MockPlugin.SampleList.MockSampleListWorker.DoYourJob().

◆ TraceWriteExceptionInfo()

void AxelSemrau.Chronos.Plugin.IDebugHelper.TraceWriteExceptionInfo ( string  contextHint,
Exception  ex 
)

Logs exception details to the trace log, including a stack trace and, if applicable, inner exceptions.

Parameters
contextHint
ex

The documentation for this interface was generated from the following file: