This document is archived and information here might be outdated. Recommended version. |
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**
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.