Extension methods for the ILoggerFactory interface.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common.dll
Syntax
public static class LoggerFactoryExtensionsMethods
| Name | Description |
|---|---|
| GetLogSource(ILoggerFactory2) | Gets a Logger for a given role and for the calling type. |
| GetLogSource(ILoggerFactory2, Type) | |
| GetLogSource(ILoggerFactory3) | Gets a Logger for a given role and for the calling type. |
| GetLogSource(ILoggerFactory3, string) | Gets a LogSource for a given role and |
| GetLogSource(ILoggerFactory3, Type) |