Catalog.LoggingLevelType Enum

Definition

Specifies the logging level type.

public: enum class Catalog::LoggingLevelType
[Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter))]
public enum Catalog.LoggingLevelType
[<Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter))>]
type Catalog.LoggingLevelType = 
Public Enum Catalog.LoggingLevelType
Inheritance
Catalog.LoggingLevelType
Attributes

Fields

Basic 1

All SSIS event types except OnProgress, OnCustomEvent are captured.

Customized 100

Use customized logging level.

None 0

No SSIS events are captured.

Performance 2

OnError events and component phases information are captured.

RuntimeLineage 4

OnError, OnPrexecute events and event context for OnPrexecute events are captured.

Verbose 3

All SSIS events, component phases and component data statistics information are captured.

Applies to