WebHostOwinLogger Class

 

Provides an ILogger implementation for the OWIN pipeline which logs to a given ITraceWriter.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Diagnostics.WebHostOwinLogger

public class WebHostOwinLogger : ILogger

NameDescription
System_CAPS_pubmethodWebHostOwinLogger(ITraceWriter, String)

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: