This document is archived and information here might be outdated.  Recommended version.


IServerLogQuery.Level Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerLogQuery.Level Property

The log level at which to query (1-5).

[Visual Basic .NET]
Public Property Level As Integer
[C#]
public int Level {get; set;}
[C++]
HRESULT get_Level(
  long* pLevel
);
[C++]
HRESULT put_Level(
  long pLevel
);
[C++]

Parameters pLevel [out, retval] pLevel is a parameter of type long pLevel [in] pLevel is a parameter of type long

Product Availability

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

Remarks

LogLevel: this is a number between 0 and 5 which indicates the level of detail that the server logs. By default, the LogLevel is 3. The following is a description of the each log level:

Querying for a specific log level will return log entries for that log level and below.

See Also

IServerLogQuery Interface