AddPostSharp(ILoggingBuilder)
Makes it so that all logging in ASP.NET is sent to PostSharp in addition to any other logging providers, and from there to PostSharp backends.
Declaration
public static void AddPostSharp(this ILoggingBuilder loggingBuilder)Parameters
| Type | Name | Description |
|---|---|---|
| ILoggingBuilder | loggingBuilder | ASP.NET logging builder. |