Skip to main content

Namespace Varigence.Languages.Biml.LogProvider

This namespace houses information regarding the logging infrastructure supported in Biml.

Classes

NameDescription
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.
AstLogProviderBaseNodeAstLogProviderBaseNode is the base type for all log provider types available in the SQL Server Integration Services.
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.
AstSqlServerLogProviderNodeThe SQL Server log provider writes log entries to the sysssislog table in a SQL Server database.
AstTextLogProviderNodeThe Text log provider writes log entries in comma-separated value (CSV) format to ASCII text files with the file name extension of .log.
AstWindowsEventLogProviderNodeThe Windows Event log provider writes log entries to the application log in the Windows Event log on the local computer.
AstXmlLogProviderNodeThe XML File log provider writes log entries to an XML file.