For Binary Ninja, this is as simple as creating a Logger instance and using it for all logging. For IDA, perhaps just a function that prepends all logs with [Ibis] ....
Also worth considering: wiring this up to the core logging so things like analysis debug messages can be presented to the UI.
For Binary Ninja, this is as simple as creating a
Loggerinstance and using it for all logging. For IDA, perhaps just a function that prepends all logs with[Ibis] ....Also worth considering: wiring this up to the core logging so things like analysis debug messages can be presented to the UI.