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


IServerObjectFactoryX.SetLogDirectoryPath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectFactoryX Interface > IServerObjectFactoryX.SetLogDirectoryPath Method
ArcGIS Developer Help

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