Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Adapting LibLog to Microsoft.Owin.Logging

Damian Hickey edited this page May 8, 2015 · 5 revisions

Microsoft.Owin.Logging is Microsoft's own logging abstraction the Katana Project. If it feels similar to LibLog's Logger delegate that's because there is some shared ancestry :)

This gist shows you how to adapt Microsoft.Owin.Logging.ILogger to LibLog so you can have the various Microsoft.Owin.* middleware logging via LibLog.

Clone this wiki locally