Open elfring opened 3 years ago
Do you know -o option to save output to specific file?
This parameter refers only to a single output file, doesn't it?
Yes! a file can be assigned to each thread. What more channels do you need? multiple files on same data? or sockets?
Another example:
In which stream should information be put about data loading for shared libraries?
do you wanna function tracing data for specific actions such like shared library loading, garbage collection, process cleanup?
Can each analysis report variant get redirected into a separate file?
I don't have plan to support customized data format output now.
I imagine that area-specific output fine-tuning will become also interesting.
The imaginations will evolve further for the support of possible software extensions. :thinking:
We got used to write some data into standard output (and standard error output) channels. I suggest to increase the selection of output targets occasionally so that specific structures will be put into separate data streams (instead of displaying some information at the same place by default).