Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #18386
| From | qwertmonkey@syberianoutpost.ru |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | trying to redirect both std out and err to a file together and still err to a separate file |
| Date | 2012-08-29 09:07 +0000 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <k1km4n$34e$1@speranza.aioe.org> (permalink) |
> 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
Back to comp.lang.java.programmer | Previous | Next | Find similar | Unroll thread
trying to redirect both std out and err to a file together and still err to a separate file qwertmonkey@syberianoutpost.ru - 2012-08-29 09:07 +0000
csiph-web