LoggingBackend.GetSource Method (String, Type) |
Note: This API is now obsolete.
Returns a LoggingTypeSource for the given role and type.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.5.15.0 (6.5.15.0)
C#
[ObsoleteAttribute("Use methods from DefaultContextLocalConfiguration.Verbosity")] public LoggingTypeSource GetSource( string role, Type type )
Parameters
- role
- Type: System.String
The role. Typically one of the constants of the LoggingRoles type, or a custom role. - type
- Type: System.Type
The type.
Return Value
Type: LoggingTypeSourceThe LoggingTypeSource for role and type. If no LoggingTypeSource exists for this role and type, this method shall create a new LoggingTypeSource.