PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­Role­ConfigurationGet­Abstract­Source
Open sandboxFocus

LoggingRoleConfiguration.GetAbstractSource Method

GetAbstractSource(Type)

Gets the LoggingAbstractSource for a given System.Type in the current role.

Declaration
public LoggingAbstractSource GetAbstractSource(Type type)
Parameters
Type Name Description
System.Type type

A System.Type. It must be a normal type that has a full name.

Returns
Type Description
LoggingAbstractSource

The LoggingAbstractSource for the given type in the current role.