Debugging Tools for Windows |
The !logexts.logm extension creates or displays a module inclusion list or a module exclusion list.
!logexts.logm x Modules
!logexts.logm
Windows 2000 | Logexts.dll |
Windows XP and later | Logexts.dll |
With no parameters, the !logexts.logm extension displays the current inclusion list or exclusion list.
The extensions !logexts.logm x * and !logexts.logm i are equivalent: they result in a completely empty inclusion list.
The extensions !logexts.logm i * and !logexts.logm x are equivalent: they result in an exclusion list that contains only Logexts.dll and kernel32.dll. These two modules are always excluded, because Logger is not permitted to log itself.
Here are some examples:
Excluded modules:
LOGEXTS.DLL [mandatory]
KERNEL32.DLL [mandatory]
USER32.DLL
GDI32.DLL
ADVAPI32.DLL
0:001> !logm x winmine.exe
Excluded modules:
Logexts.dll [mandatory]
kernel32.dll [mandatory]
winmine.exe
0:001> !logm x user32.dll gdi32.dll
Excluded modules:
Logexts.dll [mandatory]
kernel32.dll [mandatory]
user32.dll
gdi32.dll
0:001> !logm i winmine.exe mymodule2.dll
Included modules:
winmine.exe
mymodule2.dll
For more information, see Logger and LogViewer.