|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Forwarder
This interface is supposed to be implemented by classes that forward log messages to be dispatched either synchronously or by usage of Asynchronous Message Dispatching. In case of configuration changes, the internal message buffer size (and hereby the dispatching mechanism) can be updated dynamically through this interface.
Method Summary | |
---|---|
Integer |
getBufferSize()
Get the size of the internal message buffer. |
URL |
getOutputDestination()
Get the output destination URL . |
void |
updateBufferSize(Integer buffersize)
Update the size of the internal message buffer. |
Method Detail |
---|
URL getOutputDestination()
URL
.
Integer getBufferSize()
void updateBufferSize(Integer buffersize)
buffersize
- The new size of the internal message buffer
LoggingException
- in case updating the message buffer size failed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |