LoggingRoleConfiguration.GetAbstractSource Method |
Gets the LoggingAbstractSource for a given Type in the current role.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public LoggingAbstractSource GetAbstractSource( Type type )
Parameters
- type
- Type: System.Type
A Type.
Return Value
Type: LoggingAbstractSourceThe LoggingAbstractSource for the given type in the current role.