TraceSourceFactoryExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for setting up TraceSourceLoggerProvider on a ILoggingBuilder.
public ref class TraceSourceFactoryExtensions abstract sealed
public static class TraceSourceFactoryExtensions
type TraceSourceFactoryExtensions = class
Public Module TraceSourceFactoryExtensions
- Inheritance
-
TraceSourceFactoryExtensions
Methods
AddTraceSource(ILoggingBuilder, SourceSwitch, TraceListener) |
Adds a logger that writes to TraceSource. |
AddTraceSource(ILoggingBuilder, SourceSwitch) |
Adds a logger that writes to TraceSource. |
AddTraceSource(ILoggingBuilder, String, TraceListener) |
Adds a logger that writes to TraceSource. |
AddTraceSource(ILoggingBuilder, String) |
Adds a logger that writes to TraceSource. |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.