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

This can be called for a sample list worker or device that writes its own set of log files which should be available with the "gather diagnostics" option. More...

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

Properties

IEnumerable< string > LogPaths [get]
 Provide full paths to each of your log files here. More...
 

Detailed Description

This can be called for a sample list worker or device that writes its own set of log files which should be available with the "gather diagnostics" option.

Definition at line 254 of file MiscInterfaces.cs.

Property Documentation

◆ LogPaths

IEnumerable<string> AxelSemrau.Chronos.Plugin.IProvideDiagnosticLogs.LogPaths
get

Provide full paths to each of your log files here.

Definition at line 259 of file MiscInterfaces.cs.

259 { get; }

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