Log4NetLoggingBackend.CreateTypeSourceBySourceName Method |
Creates a LoggingTypeSource for the given role and logger name.
Namespace: PostSharp.Patterns.Diagnostics.Backends.Log4Net
Assembly: PostSharp.Patterns.Diagnostics.Backends.Log4Net (in PostSharp.Patterns.Diagnostics.Backends.Log4Net.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected override LoggingTypeSource CreateTypeSourceBySourceName( LoggingNamespaceSource parent, string sourceName )
Parameters
- parent
- Type: PostSharp.Patterns.Diagnostics.LoggingNamespaceSource
Parent namespace source. - sourceName
- Type: System.String
Name for the log source.
Return Value
Type: LoggingTypeSourceThe new log source.
Exception | Condition |
---|---|
NotSupportedException | When the backend is cannot create log sources based on names. |