FormattedDatabaseTraceListener Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

A TraceListener that writes to a database, formatting the output with an ILogFormatter.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.Database
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging.Database (in Microsoft.Practices.EnterpriseLibrary.Logging.Database.dll)

Syntax

'Declaration
<ConfigurationElementTypeAttribute(GetType(FormattedDatabaseTraceListenerData))> _
PublicClassFormattedDatabaseTraceListener _
    Inherits FormattedTraceListenerBase
[ConfigurationElementTypeAttribute(typeof(FormattedDatabaseTraceListenerData))]
publicclassFormattedDatabaseTraceListener : FormattedTraceListenerBase
[ConfigurationElementTypeAttribute(typeof(FormattedDatabaseTraceListenerData))]
publicref classFormattedDatabaseTraceListener : public FormattedTraceListenerBase
publicclass FormattedDatabaseTraceListener extends FormattedTraceListenerBase

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.Diagnostics.TraceListener
      Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedTraceListenerBase
        Microsoft.Practices.EnterpriseLibrary.Logging.Database.FormattedDatabaseTraceListener

See Also

FormattedDatabaseTraceListener Members

Microsoft.Practices.EnterpriseLibrary.Logging.Database Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.