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