This document is archived and information here might be outdated.  Recommended version.


IServerObjectFactoryX.SetLogDirectoryPath Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerObjectFactoryX.SetLogDirectoryPath Method

Sets the path to the log directory.

[Visual Basic .NET]
Public Sub SetLogDirectoryPath ( _
    ByVal logDirPath As String _
)
[C#]
public void SetLogDirectoryPath (
    string logDirPath
);
[C++]
HRESULT SetLogDirectoryPath(
  BSTR logDirPath
);
[C++]

Parameters logDirPath [in] logDirPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerObjectFactoryX Interface