This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectAdmin2 Interface > IServerObjectAdmin2.ServerLog Property (ArcObjects .NET 10.4 SDK) |
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.