Skip to content

Support Logging to Process Monitor #35

Description

@BenjaminKim

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions