Add ETW logging support to the provider to get better error logging and have a 
way to trace the performance of the .Net provider
--------------------------------------------------------------------------------------------------------------------------------

                 Key: DNET-561
                 URL: http://tracker.firebirdsql.org/browse/DNET-561
             Project: .NET Data provider
          Issue Type: New Feature
          Components: ADO.NET Provider
    Affects Versions: vNext
         Environment: Windows 8, VS2012 Update 4
            Reporter: André Ziegler
            Assignee: Jiri Cincura


With Microsoft.Diagnostics.Tracing.EventSource class 
(https://www.nuget.org/packages/Microsoft.Diagnostics.Tracing.EventSource) 
there is a great wrapper for Event Tracing for Windows (ETW - 
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363668%28v=vs.85%29.aspx)
 which can be easily used to log Events from the provider.

It would be nice if the EF provider would implement ETW events (at start and 
end of methods which shows how long a method was executed) to allow perf 
tracing. It should also be used for logging errors/warnings.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to