LogLevel Enumeration
Applies To: Windows Server Update Services
Defines constants for specifying the logging level that you want WSUS to use. This enumeration is no longer used.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum LogLevel
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class LogLevel
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type LogLevel
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration LogLevel
Members
Member name | Description | |
---|---|---|
Change | Output change information, warnings, and error-handling messages. |
|
Error | Log error messages. |
|
Info | Log error, warning, and informational messages. This is the default logging level. |
|
Off | Turn off logging. |
|
Verbose | Log all messages. |
|
Warning | Log error and warning messages. |
Remarks
Setting Off is the same as setting.None.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top