Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
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...
Properties | |
IEnumerable< string > | LogPaths [get] |
Provide full paths to each of your log files here. | |
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 263 of file MiscInterfaces.cs.
|
get |
Provide full paths to each of your log files here.
Implemented in MockPlugin.Device.MockDevice, and MockPlugin.SampleList.MockSampleListWorker.
Definition at line 268 of file MiscInterfaces.cs.