Skip to main content

Log Providers

Defines the log providers to use for the SSIS task or container
This is a container for log provider definitions that are specific to this task, container, or package.
Permitted Collection Child Definitions
ChildAPI TypeDescription
<CustomLogProvider />AstCustomLogProviderNodeSQL Server Integration Services includes several log providers that enable users to record a log of events that occur during package execution. You can also create a custom log provider.
<ProfilerLogProvider />AstProfilerLogProviderNodeThe SQL Server Profiler log provider writes traces that can be viewed using SQL Server Profiler. The default file name extension for these files is .trc.
<SqlServerLogProvider />AstSqlServerLogProviderNodeThe SQL Server log provider writes log entries to the sysssislog table in a SQL Server database.
<TextLogProvider />AstTextLogProviderNodeThe Text log provider writes log entries in comma-separated value (CSV) format to ASCII text files with the file name extension of .log.
<WindowsEventLogProvider />AstWindowsEventLogProviderNodeThe Windows Event log provider writes log entries to the application log in the Windows Event log on the local computer.
<XmlLogProvider />AstXmlLogProviderNodeThe XML File log provider writes log entries to an XML file.