What | Removed | Added |
---|---|---|
CC | cowwoc@bbs.darktech.org |
+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.