WebHostOwinLogger Constructor (ITraceWriter^, String^)

 

Initializes a new instance of the WebHostOwinLogger with a given tracer and category.

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

public:
WebHostOwinLogger(
	ITraceWriter^ tracer,
	String^ category
)

Parameters

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

The ITraceWriter to log to.

category
Type: System::String^

The category to log with.

Return to top
Show: