|
hi
kim,
what u
can do is use StringBuffer to write into the file.
ex :
StringBuffer strb = new StringBuffer();
strb.append(exception.printStackTrace);
and
then continue with normal file IO.
Vikramjit Singh,
|
- exception.printStackTrace() Bail . Jeff
- Re: exception.printStackTrace() Arun Thomas
- Re: exception.printStackTrace() Stephen Summerfield
- Re: exception.printStackTrace() Erez Bashan
- exception.printStackTrace() Mohan Radhakrishnan
- Re: exception.printStackTrace() Vikramjit Singh
- Re: exception.printStackTrace() Vikramjit Singh
