Module hiveutils
Back to master index

[public] Service Point hiveutils.LoggingInterceptor Interface: org.apache.hivemind.ServiceInterceptorFactory
Interceptor factory that adds logging to a service.
Parameters occurs: unbounded
Parameters Schema
Element <method>
Defines the logging levels of methods matching the given pattern.
Attribute log-enter Translator: enumeration,net.sourceforge.hiveutils.service.impl.LoggingLevel,None=None,Error=Error,Warn=Warn,Info=Info,Debug=Debug
Attribute log-leave Translator: enumeration,net.sourceforge.hiveutils.service.impl.LoggingLevel,None=None,Error=Error,Warn=Warn,Info=Info,Debug=Debug
Attribute log-throw Translator: enumeration,net.sourceforge.hiveutils.service.impl.LoggingLevel,None=None,Error=Error,Warn=Warn,Info=Info,Debug=Debug
Attribute pattern (required) Translator: string
Conversion Rules
<conversion class="net.sourceforge.hiveutils.service.impl.LoggingContribution" />
Implementation
  • <create-instance class="net.sourceforge.hiveutils.service.impl.LoggingInterceptorFactory" model="primitive" />

Module hiveutils
Back to master index