📎 AI Summary:
The thread discusses how to check specific application logs in Windows Event Viewer. The second user explains that users can open Event Viewer, access the application log, and filter entries based on the application's event source if available. They also mention that some applications create separate logs under 'Applications and Services Logs', depending on the developer’s implementation. The overall tone is informative, providing guidance on navigating and filtering application logs in Windows.

goyaltushar

New Member
Joined
Mar 19, 2018
Messages
1
Thread Author #1
How to check a particular application in event manager
 

Solution
If you mean event viewer just open event viewer and go to the application log. What you can filter will be determined by the applications event logging capability. If the application registers a event source then you can filter by that with the "Filter Current Log..." button on the right.

Also good to know, some applications will create their own logs under 'Applications and Services Logs". This is entirely up to the developer of said application.

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
If you mean event viewer just open event viewer and go to the application log. What you can filter will be determined by the applications event logging capability. If the application registers a event source then you can filter by that with the "Filter Current Log..." button on the right.

Also good to know, some applications will create their own logs under 'Applications and Services Logs". This is entirely up to the developer of said application.
 

Solution