NLogLoggingTypeSource Constructor (LoggingNamespaceSource, String, Type) |
Initializes a new NLogLoggingTypeSource.
Namespace: PostSharp.Patterns.Diagnostics.Backends.NLog
Assembly: PostSharp.Patterns.Diagnostics.Backends.NLog (in PostSharp.Patterns.Diagnostics.Backends.NLog.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public NLogLoggingTypeSource( LoggingNamespaceSource parent, string loggerName, Type type = null )
Parameters
- parent
- Type: PostSharp.Patterns.Diagnostics.LoggingNamespaceSource
The parent LoggingNamespaceSource. - loggerName
- Type: System.String
The fullname of the Type being logged, usually. - type (Optional)
- Type: System.Type
The Type being logged, if this is based on a type.