ILoggerFactory3.GetLogger Method (Type) |
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
ILogger3 GetLogger( Type type )
Parameters
- type
- Type: System.Type
The type of the source code that will emit the records.
Return Value
Type: ILogger3An instance of the ILogger2 interface for type.