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:
- 0 (None): No logging
- 1 (Error): Serious problems that require immediate attention
- 2 (Warning): Problems that require attention
- 3 (Normal): Common administrative messages of the server
- 4 (Detailed): Very common messages from user use of the server, including server objects
- 5 (Debug): verbose messages to aid in troubleshooting
Querying for a specific log level will return log entries for that log level and below.