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


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

IServerObjectFactoryX.GetLogLevel Method

Gets the log level that was set on the factory.

[Visual Basic .NET]
Public Function GetLogLevel ( _
) As String
[C#]
public string GetLogLevel (
);
[C++]
HRESULT GetLogLevel(
  BSTR* pLogLevel
);
[C++]

Parameters pLogLevel [out, retval] pLogLevel is a parameter of type BSTR

Product Availability

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

See Also

IServerObjectFactoryX Interface