Skip to content

Releases: mesuttalebi/MT.Extensions.Logging.MsSql

RequestId Added, and returns LogId now.

22 Sep 13:33
Compare
Choose a tag to compare

In this release I added a new column to logs table to save current request Id from HttpContext.TraceIdentifer.

Also now returning LogId inside HttpContext.Items["ExceptionLogId"], so you can now get this logId and show inside your error messages, for better tracking of errors and simple error reportings for your users.