Extends ILogger2.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface ILogger3 : ILogger2, ILogger, ILoggerExceptionHandlerProperties
| Name | Description |
|---|---|
| Factory | Gets the logger for the current context and returns a flag determining if the logger is enabled for a given level. |
Methods
| Name | Description |
|---|---|
| GetContextLocalLogger(LogLevel) | Gets the IContextLocalLogger plus a flag indicating whether the source is enabled for a given LogLevel. |