public interface RequestLogger
| Modifier and Type | Method and Description |
|---|---|
void |
fine(String msg)
Logs the message to the request log at FINE level.
|
void |
finer(String msg)
Logs the message to the request log at FINER level.
|
void |
finest(String msg)
Logs the message to the request log at FINEST level.
|
void |
log(Level level,
String msg)
Logs the message to the request log at the given log level.
|
void log(Level level, String msg)
level - log level for the message.msg - message to log.void fine(String msg)
msg - message to log.void finer(String msg)
msg - message to log.void finest(String msg)
msg - message to log.