etw-eventsource Questions

3

I'm working on a large product consisting of a three windows services and several normal windows applications (.exe). Now we want to move to ETW and Semantic Logging, and use the Microsoft.Diagnost...
Tutor asked 12/10, 2014 at 18:30

2

Solved

Short version If I change this ... EventSource(Name="BasicLogger") public class BasicLogger : EventSource { ... } to this ... EventSource(Name="HardymanDatabaseLog") public class BasicLogger :...
Floatplane asked 25/7, 2015 at 11:38

3

Solved

I'm instrumenting my .NET 4.5 applications to emit ETW events using the EventSource class. The goal is to be able to capture some of these events (the Error level events) for error logging. After...
Exert asked 22/6, 2013 at 0:48

5

Solved

I'm trying to use Event Tracing for Windows (ETW) in my .NET application via the EventSource class that was included in .NET 4.5. I'm subclassing EventSource as MyEventSource and trying to implemen...
Liriodendron asked 30/4, 2013 at 13:48

1

I'd like to be able to declare an EventSource which has a minimum of several methods which by default provide regular logging facilities. e.g. Info() Warn() Error() In addition I'd like to be ...
Staminody asked 25/9, 2013 at 10:55

2

Solved

I am experimenting at the moment with Microsoft EventSources in C#. One restriction is the following ...The number and types of arguments passed to the ETW method must exactly match the types p...
Pd asked 21/11, 2014 at 10:15

3

Solved

Is there a standard way to log exceptions using ETW? As far as I have seen the only way to do this is to log the message and possibly the inner exception message as there is not strongly typed par...
Christlike asked 27/9, 2013 at 14:29

1

Solved

I'm trying to get information about an error when using EventSource in NodeJs, I think you could understand me better with the following example: var url = 'http://api.example.com/resource' var Ev...
Uchida asked 26/9, 2014 at 22:46

2

Solved

I have been working on using .NET4.5 new feature ETW(EventSource). I have trouble having it show up on the trace provider lists using perfmon->Data Collector Sets. I was able to see the logs using ...
Bilbe asked 10/7, 2013 at 1:4
1

© 2022 - 2024 — McMap. All rights reserved.