ArcObjects Library Reference (Server)  

IServerObjectAdmin2.ServerLog Property

Retrieves a reference to the ArcGIS Server logs.

[Visual Basic .NET]
Public ReadOnly Property ServerLog As IServerLog
[C#]
public IServerLog ServerLog {get;}
[C++]
HRESULT get_ServerLog(
  IServerLog** ppLog
);
[C++]

Parameters

ppLog [out, retval]

  ppLog is a parameter of type IServerLog

Product Availability

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

Remarks

The ServerLog property of the IServerObjectAdmin2 interface is a reference to an IServerLog interface.  The IServerLog interface is used to query and retrieve records from the logs on disk.

See Also

IServerObjectAdmin2 Interface