Namespace Varigence.Languages.Biml.LogProvider
This namespace houses information regarding the logging infrastructure supported in Biml.
Classes
AstCustomLogProviderNode | SQL 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. |
AstLogProviderBaseNode | AstLogProviderBaseNode is the base type for all log provider types available in the SQL Server Integration Services. |
AstProfilerLogProviderNode | The 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. |
AstSqlServerLogProviderNode | The SQL Server log provider writes log entries to the sysssislog table in a SQL Server database. |
AstTextLogProviderNode | The Text log provider writes log entries in comma-separated value (CSV) format to ASCII text files with the file name extension of .log. |
AstWindowsEventLogProviderNode | The Windows Event log provider writes log entries to the application log in the Windows Event log on the local computer. |
AstXmlLogProviderNode | The XML File log provider writes log entries to an XML file. |