Debugging Tools for Windows |
The !wmitrace.logger extension displays data about the trace session that is typically found in the header of an event trace log file. This extension does not display trace messages generated during the session.
Windows 2000 | Wmitrace.dll |
Windows XP and later | Wmitrace.dll |
This extension is designed for performance logs and events, which cannot be formatted for human-readable display. To display the trace messages in a trace session buffer, along with header data, use !wmitrace.logdump.
To find the logger ID of a trace session, use Tracelog to list the trace sessions and their basic properties. The command is tracelog -l.
For a conceptual overview of event tracing, see the Microsoft Windows SDK.