Back to index
Back to module hivemind

Service hivemind.LoggingInterceptor

Interfaceorg.apache.hivemind.ServiceInterceptorFactory
Parameters Schemahivemind.MethodFilter
Parameters Occursrequired
Visibility Public
An interceptor factory for adding method-level logging to a service. Logging occurs at level DEBUG and uses the service id as the logger. Method entry (with parameters) and method exit (with return value) are logged, as are any exceptions.

Implementation


Back to index
Back to module hivemind