Click or drag to resize

DataSubscriberLoggingPath Property

Gets or sets logging path to be used to be runtime and outage logs of the subscriber which are required for automated data recovery.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public string LoggingPath { get; set; }
View Source

Property Value

String
Remarks
Leave value blank for default path, i.e., installation folder. Can be a fully qualified path or a path that is relative to the installation folder, e.g., a value of "ConfigurationCache" might resolve to "C:\Program Files\MyTimeSeriespPp\ConfigurationCache\".
See Also