|
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.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public string LoggingPath { get; set; }
Public Property LoggingPath As String
Get
Set
member LoggingPath : string with get, set
function get_LoggingPath();
function set_LoggingPath(value);
View SourceProperty Value
StringRemarks
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