Interface AccessLogReceiver
-
- All Known Implementing Classes:
DefaultAccessLogReceiver,JBossLoggingAccessLogReceiver
public interface AccessLogReceiverInterface that is used by the access log handler to send data to the log file manager. Implementations of this interface must be thread safe.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogMessage(java.lang.String message)
-