|
LogSubscriptionFileWriterSetPath(String) Method
|
Sets the path of the log files.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntaxpublic void SetPath(
string logDirectory
)
Public Sub SetPath (
logDirectory As String
)
public:
void SetPath(
String^ logDirectory
)
member SetPath :
logDirectory : string -> unit
function SetPath(logDirectory);
View SourceParameters
- logDirectory String
See Also