ArcObjects Library Reference (Server)  

IServerLog Interface

Provides access to members that query and retrieve log records.

Product Availability

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

Members

Description
Method CreateQuery Creates an IServerLogQuery for interrogating the ArcGIS server logs.
Method GetLogRecords Retrieves ArcGIS Server log records using an IServerLogQuery.

CoClasses that implement IServerLog

CoClasses and Classes Description
ServerLogImpl The ServerLogImp1 object which methods to query and retrieve records from the ArcGIS Server logs.

Remarks

The IServerLog interface is used to query and retrieve records from the logs on disk. A reference to this interface is acquired through the ServerLog property of the IServerObjectAdmin2 interface.

 

The IServerLog interface has two methods.  The CreateQuery method returns an IServerLogQuery interface that can be populated and used as an argument to the GetLogRecords method which returns a string containing the logs matching the query parameters.