binaryninja-api
binaryninja-api copied to clipboard
Update log redirect APIs to be able to specify a single logger
What is the feature you'd like to have?
It would be great if there could be an update to the log API that lets you specify which logger you want to log to stdout/stderr.
Is your feature request related to a problem?
I want to output a single logger's content to stdout, but I cannot do that.
Are any alternative solutions acceptable? None that I can think of.
Additional Information:
Should probably check other log functions that redirect output to see if they can also be updated to handle a single logger. Also might be nice to be able to hand it a set of loggers rather than a single one.