Class LoggingInterceptorServiceImpl

java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.fulcrum.yaafi.interceptor.baseservice.BaseInterceptorServiceImpl
org.apache.fulcrum.yaafi.interceptor.logging.LoggingInterceptorServiceImpl
All Implemented Interfaces:
org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.configuration.Reconfigurable, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, AvalonInterceptorService, LoggingInterceptorService

public class LoggingInterceptorServiceImpl extends BaseInterceptorServiceImpl implements LoggingInterceptorService, org.apache.avalon.framework.configuration.Reconfigurable, org.apache.avalon.framework.activity.Initializable
A service logging of service invocations. The service allows to monitor a list of services defined in the configuration.
Author:
Siegfried Goeschl
  • Constructor Details

    • LoggingInterceptorServiceImpl

      public LoggingInterceptorServiceImpl()
      Constructor
  • Method Details