|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
SecurityManager
which logs calls to ExitLogger.checkExit(int)
.SecurityManager
.
mainClass.main(args)
on a child thread.
register(String)
which never throws an
exception.
sun.misc.Signal*
classes which are present in most JVM
implementations.SignalInterceptor
which logs incoming signals using the java
logging API, then invokes the next handler in the chain.SignalLogger
which will log signals to the
root Logger
at the INFO
level.
SignalLogger
which will log signals to the
given Logger
at the given Level
.
ThreadGroup
which logs its child Threads'
uncaught exceptions using the java logging API.Throwable
using the java logging API.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |