Redirect stack trace to a string

S

Sylvain

Hi !

I would like to be able to log for an exception, not only the e.getMessage()
but the whole e.printStackTrace(). Does anybody know how to redirect
temporarily the standard out to a string ?

Ideal would be such a function :
- store the standard out
- change the standard out to a string reader
- execute the e.printStackTrace()
- log the output string
- restore the standard out

Thank you for your help

Best regards

Sylvain Caillet
 
S

Silvio Bierman

Sylvain said:
Hi !

I would like to be able to log for an exception, not only the e.getMessage()
but the whole e.printStackTrace(). Does anybody know how to redirect
temporarily the standard out to a string ?

Ideal would be such a function :
- store the standard out
- change the standard out to a string reader
- execute the e.printStackTrace()
- log the output string
- restore the standard out

Thank you for your help

Best regards

Sylvain Caillet

Use printStackTrace(PrintWriter w) ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top