|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger.LoggerTarget | |
|---|---|
| com.bristle.javalib.log | |
| Uses of Logger.LoggerTarget in com.bristle.javalib.log |
|---|
| Classes in com.bristle.javalib.log that implement Logger.LoggerTarget | |
|---|---|
static class |
Logger.FilenameLoggerTarget
This class implements the LoggerTarget interface, writing log entries to a named text file. |
static class |
Logger.WriterLoggerTarget
This class implements the LoggerTarget interface, writing log entries to a Writer. |
class |
ServletContextLoggerTarget
This class implements the Logger.LoggerTarget interface, writing log entries to a ServletContext (Web server log file). |
class |
XMLDOMLoggerTarget
This class implements the Logger.LoggerTarget interface, writing log entries to an XML DOM. |
| Methods in com.bristle.javalib.log with parameters of type Logger.LoggerTarget | |
|---|---|
void |
Logger.addTarget(Logger.LoggerTarget target)
Add to the list of LoggerTargets to which logging is done. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||