Interface AccessLogReceiver

All Known Implementing Classes:
DefaultAccessLogReceiver, JBossLoggingAccessLogReceiver

public interface AccessLogReceiver
Interface 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

    Modifier and Type
    Method
    Description
    void
    logMessage(String message)
     
  • Method Details

    • logMessage

      void logMessage(String message)