|   | 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.257-beta
 Syntax
Syntaxpublic string LoggingPath { get; set; }Public Property LoggingPath As String
	Get
	Set
public:
property String^ LoggingPath {
	String^ get ();
	void set (String^ value);
}member LoggingPath : string with get, set
function get_LoggingPath();
function set_LoggingPath(value);
Property Value
String Remarks
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
See Also