Uses of Class
java.util.logging.ErrorManager
| Package | Description |
|---|---|
| java.util.logging |
-
Uses of ErrorManager in java.util.logging
Methods in java.util.logging that return ErrorManager Modifier and Type Method Description ErrorManagerHandler. getErrorManager()Gets the error manager used by this handler to report errors during logging.Methods in java.util.logging with parameters of type ErrorManager Modifier and Type Method Description voidHandler. setErrorManager(ErrorManager newErrorManager)Sets the error manager for this handler.