WebHostOwinLoggerFactory Constructor (ITraceWriter)

 

Initializes a new instance of the WebHostOwinLoggerFactory using a given tracer.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

public WebHostOwinLoggerFactory(
	ITraceWriter tracer
)

Parameters

tracer
Type: System.Web.Http.Tracing.ITraceWriter

The ITraceWriter to log to.

Return to top
Show: