binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Update log redirect APIs to be able to specify a single logger

Open fuzyll opened this issue 1 year ago • 0 comments

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.

fuzyll avatar Aug 20 '24 18:08 fuzyll