This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* 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.