|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogExceptionHandler | |
|---|---|
| com.antelmann.net.mail | The classes in this package are designed to ease the handling of emails. |
| com.antelmann.util.logging | This package contains classes that implement a custom logging for this framework - separate from java.util.logging. |
| Uses of LogExceptionHandler in com.antelmann.net.mail |
|---|
| Classes in com.antelmann.net.mail that implement LogExceptionHandler | |
|---|---|
class |
EmailWatcherFrame
JEmailWatcher is a GUI that lets the user regularly monitor and log access to a list of email accounts. |
| Uses of LogExceptionHandler in com.antelmann.util.logging |
|---|
| Fields in com.antelmann.util.logging declared as LogExceptionHandler | |
|---|---|
static LogExceptionHandler |
LogExceptionHandler.EXCEPTION_IGNORER
used to simply ignore exceptions thrown by a logger. |
| Methods in com.antelmann.util.logging that return LogExceptionHandler | |
|---|---|
LogExceptionHandler |
Logger.getExceptionHandler()
if the LogExceptionHandler is null (which it is by default), any LogException during logging is propagated to the calling application. |
| Methods in com.antelmann.util.logging with parameters of type LogExceptionHandler | |
|---|---|
void |
Logger.setExceptionHandler(LogExceptionHandler handler)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||