|
DataSubscriberGetLoggingPath Method
|
Gets file path for any defined logging path.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
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);
View SourceParameters
- filePath String
- Path to acquire within logging path.
Return Value
StringFile path within any defined logging path.
See Also