CommonLoggingLoggingTypeSource Constructor |
Initializes a new CommonLoggingLoggingTypeSource.
Namespace: PostSharp.Patterns.Diagnostics.Backends.CommonLogging
Assembly: PostSharp.Patterns.Diagnostics.Backends.CommonLogging (in PostSharp.Patterns.Diagnostics.Backends.CommonLogging.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public CommonLoggingLoggingTypeSource( LoggingNamespaceSource parent, Type type )
Parameters
- parent
- Type: PostSharp.Patterns.Diagnostics.LoggingNamespaceSource
The parent LoggingNamespaceSource. - type
- Type: System.Type
The source Type from which log records will be emitted.