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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.