Share via


TraceListenerConstructorArgumentMatchingPolicyCreator 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.

The latest Enterprise Library information can be found at the Enterprise Library site.

Extends ConstructorArgumentMatchingPolicyCreator to handle the resolution of ILogFormatter references in trace listener configuration objects.

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

Syntax

'Declaration
Public Class TraceListenerConstructorArgumentMatchingPolicyCreator _
    Inherits ConstructorArgumentMatchingPolicyCreator
public class TraceListenerConstructorArgumentMatchingPolicyCreator : ConstructorArgumentMatchingPolicyCreator
public ref class TraceListenerConstructorArgumentMatchingPolicyCreator : public ConstructorArgumentMatchingPolicyCreator
public class TraceListenerConstructorArgumentMatchingPolicyCreator extends ConstructorArgumentMatchingPolicyCreator

Inheritance Hierarchy

System.Object
  ConstructorArgumentMatchingPolicyCreator
    Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Unity.TraceListenerConstructorArgumentMatchingPolicyCreator

See Also

TraceListenerConstructorArgumentMatchingPolicyCreator Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Unity Namespace