EnterpriseLibraryLoggingTypeSource Constructor |
Initializes a new EnterpriseLibraryLoggingTypeSource.
Namespace: PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary
Assembly: PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary (in PostSharp.Patterns.Diagnostics.Backends.EnterpriseLibrary.dll) Version: 6.6.14.0 (6.6.14.0)

C#
public EnterpriseLibraryLoggingTypeSource( LoggingNamespaceSource parent, Type sourceType )
Parameters
- parent
- Type: PostSharp.Patterns.Diagnostics.LoggingNamespaceSource
The parent LoggingNamespaceSource. - sourceType
- Type: System.Type
The source Type that will emit the records.
