ArcObjects Library Reference (System)  

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