|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestLog
The RequestLog
interface defines the API to be implemented by
providers of destinations for request log information. To be able to any
request log service writing to output type RequestLog Service the
respective services must be registered with the OSGi service registry.
Field Summary | |
---|---|
static java.lang.String |
REQUEST_LOG_NAME
The name of the service property which is compared to the name of the RequestLog service to be used to write the log messages (value is "requestlog.name"). |
Method Summary | |
---|---|
void |
close()
Closes this request log. |
void |
write(java.lang.String message)
Writes the given message to the output destination. |
Field Detail |
---|
static final java.lang.String REQUEST_LOG_NAME
Method Detail |
---|
void write(java.lang.String message)
message
to the output destination. For
example a file based implementation might write the message into a log
file while an implementation supporting Unix syslogd
might
send the message to a syslogd
server.
message
- The message to be logged.void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |