AgentLogLevels Enum

Definition

specifies the level of information that is logged in the SQL Server Agent error log.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AgentLogLevels
[<System.Flags>]
type AgentLogLevels = 
Public Enum AgentLogLevels
Inheritance
AgentLogLevels
Attributes

Fields

All 7
Errors 1

Log errors.

Informational 4

Log informational messages.

Warnings 2

Log warning messages.

Applies to