Package | Description |
---|---|
ej.util.logging.handler | |
java.util.logging |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHandler
This is the default handler for logging.
|
Modifier and Type | Method and Description |
---|---|
void |
Logger.addHandler(Handler handler)
Add a log Handler to the list of Handlers known by the Logger.
|
void |
Logger.removeHandler(Handler handler)
Remove the given Handler from the Logger's list.
|