Logging exception with java.util.logging.Logger#log() to file only
807591Apr 2 2008 — edited Apr 3 2008I'm logging exceptions with java.util.logging.Logger#log() (i can't use anything apart from standard Java API) and i don't want any stack trace to appear in stdout or stderr is there any way I can filter or redirect all output that is produced by this method into the file only?