Share via


IUpdateServerConfiguration.LogLevel

Retrieves or sets the level of logging that WSUS generates.

public LogLevel LogLevel {get; set;}
Public Property LogLevel As LogLevel

Property Value

Level of logging that WSUS generates. For a list of levels, see LogLevel.

Exceptions

Exception type Condition
System.ArgumentOutOfRangeException The log level value is not valid.

Remarks

Note that increasing the level of logging can negatively affect the performance of WSUS.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

LogLevel