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

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 255 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.

Implemented in MockPlugin.Device.MockDevice, and MockPlugin.SampleList.MockSampleListWorker.

Definition at line 260 of file MiscInterfaces.cs.

260{ get; }

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