Log of actions taken by user via the UI?
Answered
Hello, I am new to IntelliJ Idea, but I have looked at the logging options available in Help > Diagnostic Tools > Debug log settings, and I don't think what I am looking for is in there.
What I am hoping to find is a way to log only what the user is doing via the menus, buttons, etc, from within the application UI. For example, something like this:
[time of event] - User clicked on ‘Reload all maven projects’
[time of event] - User clicked on ‘Build Full’
[time of event] - User started the Wildfly Server: NonHA [local]
[etc]
Or at lease a way to track items like these without them being buried amongst other activities.
Thank you in advance for any help!
Please sign in to leave a comment.
This is not possible via logging, IDE provides focus debugger, see https://intellij-support.jetbrains.com/hc/en-us/articles/360011841360-Reporting-focus-problems.
oh, I see. thank you for the help!