LoggingBackend.GetSource Method (String, String) |
Returns a LoggingNamespaceSource for the given role and, optionally, namespace.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.0.35.0 (6.0.35.0)

C#
public LoggingNamespaceSource GetSource( string role, string ns = null )
Parameters
- role
- Type: System.String
The role. Typically one of the constants of the LoggingRoles type, or a custom role. - ns (Optional)
- Type: System.String
The namespace for which the LoggingNamespaceSource is requested, or null if the LoggingNamespaceSource is requested for the root namespace.
Return Value
Type: LoggingNamespaceSourceThe LoggingNamespaceSource for role and ns. If no LoggingNamespaceSource exists for this role and type, this method shall create a new LoggingNamespaceSource.
