From: André Z. (J. <tr...@fi...> - 2014-07-25 08:34:52
|
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 |