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


IServerEnvironment.Log Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IServerEnvironment Interface > IServerEnvironment.Log Property
ArcGIS Developer Help

IServerEnvironment.Log Property

Retrieves an ILog interface that can be used to add logging messages.

[Visual Basic .NET]
Public ReadOnly Property Log As ILog
[C#]
public ILog Log {get;}
[C++]
HRESULT get_Log(
  ILog** ppLog
);
[C++]
Parameters
ppLog [out, retval]

ppLog is a parameter of type ILog**

Product Availability

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

See Also

IServerEnvironment Interface