Skip to content

Conversation

@phyrex1an
Copy link
Contributor

The default uncaught exception handler logs to stderr which means that uncaught exceptions
can potentially be logged outside of the context of the rest of the logs. UncaughtExceptionHandler
is a default exception handler replacement which logs using jul instead of printing directly to stderr.
In case jul logging fails stderr is used as a fallback.

The default uncaught exception handler logs to stderr which means that uncaught exceptions
can potentially be logged outside of the context of the rest of the logs. UncaughtExceptionHandler
is a default exception handler replacement which logs using jul instead of printing directly to stderr.
In case jul logging fails stderr is used as a fallback.
@argggh
Copy link
Contributor

argggh commented May 27, 2014

LGTM.

phyrex1an added a commit that referenced this pull request May 27, 2014
JUL logging uncaught exception handler
@phyrex1an phyrex1an merged commit 61d1c10 into master May 27, 2014
@phyrex1an phyrex1an deleted the uncaught-exception-handler branch May 27, 2014 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants