Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Utility functions for debugging purposes. More...
Public Member Functions | |
void | TraceWrite (string text, params object[] arguments) |
Write something to the Chronos trace log. | |
void | TraceWriteExceptionInfo (string contextHint, Exception ex) |
Logs exception details to the trace log, including a stack trace and, if applicable, inner exceptions. | |
void AxelSemrau.Chronos.Plugin.IDebugHelper.TraceWrite | ( | string | text, |
params object[] | arguments ) |
Write something to the Chronos trace log.
text | |
arguments |
Referenced by MockPlugin.Misc.MockLicenseCheckAttribute.CheckLicense(), and MockPlugin.SampleList.MockSampleListWorker.DoYourJob().
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.
contextHint | |
ex |