dokanx icon indicating copy to clipboard operation
dokanx copied to clipboard

Support Logging to Process Monitor

Open BenjaminKim opened this issue 10 years ago • 0 comments

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.

BenjaminKim avatar Feb 21 '15 19:02 BenjaminKim