Debugging Tools for Windows |
The !logexts.logc extension displays all API categories, displays all APIs in a specific category, or enables and disables the logging of APIs in one or more categories.
!logexts.logc d Categories
!logexts.logc p Category
!logexts.logc
Windows 2000 | Logexts.dll |
Windows XP and later | Logexts.dll |
Without any options, !logexts.logc will display the current list of available categories and will indicate which ones are enabled and disabled.
If a category is disabled, the hooks for all APIs in that category will be removed so there is no longer any performance overhead. COM hooks are not removed, because they cannot be re-enabled at will.
Enabling only certain categories can be useful when you are only interested in a particular type of interaction that the program is having with Windows (for example, file operations). This reduces the log file size and also reduces the effect that Logger has on the execution speed of the process.
The following command will enable the logging of all categories:
The following command will disable the logging of category 7:
The following command will enable the logging of categories 13 and 15:
The following command will display all APIs belonging to category 3:
For more information, see Logger and LogViewer.