ILogger.Type Property |
Note: This API is now obsolete.
Gets the source Type for which this ILogger was created.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.9.11.0 (6.9.11.0)
C#
[ObsoleteAttribute("Don't use the Type property as some logger may have no type assigned depending on the initialization order.")] Type Type { get; }