-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase selection of data output streams #272
Comments
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. |
Another example:
|
do you wanna function tracing data for specific actions such like shared library loading, garbage collection, process cleanup?
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. 🤔 |
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).
The text was updated successfully, but these errors were encountered: