Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
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.
 

Detailed Description

Writes some text to the trace log.

Definition at line 68 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 73 of file MiscInterfaces.cs.


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