Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A TraceListener that writes an email message, formatting the output with an ILogFormatter.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public class EmailTraceListener : FormattedTraceListenerBase
'Declaration
Public Class EmailTraceListener
Inherits FormattedTraceListenerBase
public ref class EmailTraceListener : public FormattedTraceListenerBase
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.Diagnostics.TraceListener
Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedTraceListenerBase
Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.EmailTraceListener
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace