LogWriterProvider

Allows the implementation of an insertion point within applications that creates a LogWriter.

Namespace:
Inetdev.Diagnostics
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

LogWriterProvider

Default constructor

Signature:
public Void LogWriterProvider()

Methods

Create

Default implementation of Create that must be overrided by application code.

Signature:
public LogWriter Create(options, optionsSection)
Parameters
Name Type Summary
options Diagnostics
optionsSection IConfigurationSection

In this document