BenjaminKim / dokanx

user-mode filesystem framework for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Logging to Process Monitor

BenjaminKim opened this issue · 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.