|   | DataSubscriberGetLoggingPath Method | 
        
        
            Gets file path for any defined logging path.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected string GetLoggingPath(
	string filePath
)
Protected Function GetLoggingPath ( 
	filePath As String
) As String
protected:
String^ GetLoggingPath(
	String^ filePath
)
member GetLoggingPath : 
        filePath : string -> string function GetLoggingPath(filePath);
Parameters
- filePath  String
- Path to acquire within logging path.
Return Value
StringFile path within any defined logging path.
 See Also
See Also