Gili changed bug 201
What Removed Added
CC   cowwoc@bbs.darktech.org

Comment # 7 on bug 201 from
+1 for needing flush(), ideally in slf4j.

My use-case is needing to log a bunch of errors, then throw an exception. The
logger output is going to stdout, the exception stack-trace to stderr, so the
combined output ends up getting interleaved (making it hard to read).

Ideally, I'd like to flush the log before throwing the exception.


You are receiving this mail because: