Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Logging to Process Monitor #35

Open
3 tasks
BenjaminKim opened this issue Feb 21, 2015 · 0 comments
Open
3 tasks

Support Logging to Process Monitor #35

BenjaminKim opened this issue Feb 21, 2015 · 0 comments

Comments

@BenjaminKim
Copy link
Owner

Making better logger is most important part to maintain dokanx.
To be better logger, it can print to not only DebugView but also Process Monitor. Because Process Monitor catches and prints FileSystem Drivers' Irps, it can be much nicer logger viewer to trace bugs. Imagine if all of them(applications' irps input/output, driver's log, your filesystem application's log) are synchronized and printed to Process Monitor Output.

(Though, Process Monitor can't print dokanx.sys' Irps. I don't know why. But I guess this could be related with. It is an another problem to solve.)

  • Process Monitor Logger for Native User-mode Application.
  • Process Monitor Logger for Managed User-mode Application.
  • Process Monitor Logger for filesystem driver.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant