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

Writes some text to the trace log More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.ITraceLogger:

Events

EventHandler< TraceWriteEventArgsTraceWrite
 Chronos will subscribe to this event and log the text provided in the event args. More...
 

Detailed Description

Writes some text to the trace log

Definition at line 67 of file MiscInterfaces.cs.

Event Documentation

◆ TraceWrite

EventHandler<TraceWriteEventArgs> AxelSemrau.Chronos.Plugin.ITraceLogger.TraceWrite

Chronos will subscribe to this event and log the text provided in the event args.

Definition at line 72 of file MiscInterfaces.cs.


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