c# - ASP.Net WebAPI RC ILogger -


i upgraded rc of webapi , found whole lot of things no longer were.

we using ilogger ( http://msdn.microsoft.com/en-us/library/system.web.http.common.ilogger(v=vs.108).aspx) interface log events/exceptions inside our api. after upgrading no longer seems exist. know has gone/what has turned into?

with new webapi ilogger interface has been removed , should using itracewriter instead described below:

monitoring , diagnostics: can enable tracing providing itracewriter implementation , configuring service using dependency resolver. ilogger interface has been removed.

here official documentation , here example start itracewriter


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -