Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   trying to redirect both std out and err to a file together and still err to a separate file (http://www.velocityreviews.com/forums/t951528-trying-to-redirect-both-std-out-and-err-to-a-file-together-and-still-err-to-a-separate-file.html)

qwertmonkey@syberianoutpost.ru 08-29-2012 09:07 AM

trying to redirect both std out and err to a file together and still err to a separate file
 
> see System.setErr System.setOut
~
yes but my point is there is no System.setErrOut and
System.setErrOnly in java ;-)
~
Sometimes you would like to only take a second look
at things is there were error messages of some kind,
but you would like to keep logs anyway
~
You can always execute some piece of code in debug
mode setting stop points and such things, but I think
keeping a mental map of what you do is (almost) always best
~
lbrtchx


All times are GMT. The time now is 08:09 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57