Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Writes some text to the trace log. More...
Events | |
EventHandler< TraceWriteEventArgs > | TraceWrite |
Chronos will subscribe to this event and log the text provided in the event args. | |
Writes some text to the trace log.
Definition at line 68 of file MiscInterfaces.cs.
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.