SqlDatabaseSink Class
Applies to: Semantic Logging 2.0
Sink that asynchronously writes entries to SQL Server database.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database.dll) Version: 2.0.1406.1
Syntax
public class SqlDatabaseSink : IObserver<EventEntry>,
IDisposable
'Declaration
Public Class SqlDatabaseSink
Implements IObserver(Of EventEntry), IDisposable
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.SqlDatabaseSink
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks Namespace