public interface WGALogger
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called when the logger is closed
|
void |
init(de.innovationgate.wga.config.AccessLog config,
WGACore core) |
void |
logRequest(javax.servlet.ServletRequest request)
Receives logger requests to log them.
|
void init(de.innovationgate.wga.config.AccessLog config,
WGACore core)
throws WGALoggerException
WGALoggerExceptionvoid logRequest(javax.servlet.ServletRequest request)
throws WGALoggerException
WGALoggerExceptionvoid close()
throws WGALoggerException
WGALoggerException