LogLevel

Defines constants for specifying the logging level that you want WSUS to use.

Members

Member Description Value
Error Log error messages. 1
Info Log error, warning, and informational messages. This is the default logging level. 3
Off Turn off logging. 0
Verbose Log all messages. 4
Warning Log error and warning messages. 2

Remarks

Setting LogLevel.Off is the same as setting LogDestinations.None.

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

IUpdateServerConfiguration.LogLevel, LogDestinations