| Package | Description |
|---|---|
| com.enterprisedt.util.debug |
| Modifier and Type | Class and Description |
|---|---|
class |
FileAppender
Appends log statements to a file
|
class |
StandardOutputAppender
Appends log statements to standard output
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Logger.addAppender(Appender newAppender)
Add an appender to our list
|
static void |
Logger.removeAppender(Appender appender)
Remove an appender to from list
|