Skip to content

biocomp/etw_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Tracing for Windows minimal log example

A minimal example of a data log implemented via Event Tracing for Windows. Using EventRegister/ EventWrite to produce events, and write them into the .etl file.

ETW consists of three major components: Providers, Controllers and Consumers. Providers produce events, controllers create and control event sessions, and consumers consume the events.

In this example, MinoLog is Producer + Controller in one package, and the test is a consumer of the events via .etl file.

About

Event Tracing for Windows log example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published