SerilogLoggingTypeSource Constructor (LoggingNamespaceSource, String, Type) |
Initializes a new SerilogLoggingTypeSource.
Namespace: PostSharp.Patterns.Diagnostics.Backends.Serilog
Assembly: PostSharp.Patterns.Diagnostics.Backends.Serilog (in PostSharp.Patterns.Diagnostics.Backends.Serilog.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public SerilogLoggingTypeSource( LoggingNamespaceSource parent, string sourceName, Type type )
Parameters
- parent
- Type: PostSharp.Patterns.Diagnostics.LoggingNamespaceSource
The parent LoggingNamespaceSource. - sourceName
- Type: System.String
Name of the log source. Usually the full name of the type being logged. - type
- Type: System.Type
The Type being logged. Optional.