Interface InterceptorLogger

All Superinterfaces:
org.jboss.logging.BasicLogger, WeldLogger
All Known Implementing Classes:
InterceptorLogger_$logger

@MessageLogger(projectCode="WELD-") public interface InterceptorLogger extends WeldLogger
Log messages for interceptors. Message IDs: 001700 - 001799
  • Field Details

  • Method Details

    • interceptorAnnotationClassNotFound

      @LogMessage(level=WARN) @Message(id=1700, value="Interceptor annotation class {0} not found, interception based on it is not enabled", format=MESSAGE_FORMAT) void interceptorAnnotationClassNotFound(Object param1)
    • invokingNextInterceptorInChain

      @LogMessage(level=TRACE) @Message(id=1701, value="Invoking next interceptor in chain: {0}", format=MESSAGE_FORMAT) void invokingNextInterceptorInChain(Object param1)
    • nullInterceptorBindings

      @Message(id=1702, value="Interceptor.getInterceptorBindings() returned null for {0}", format=MESSAGE_FORMAT) DefinitionException nullInterceptorBindings(Object param1)
    • unableToDetermineInterceptedBean

      @LogMessage(level=INFO) @Message(id=1703, value="Unable to determine the @Intercepted Bean<?> for {0}", format=MESSAGE_FORMAT) void unableToDetermineInterceptedBean(Object injectionPoint)
    • interceptedBeanCanOnlyBeInjectedIntoInterceptor

      @Message(id=1704, value="@Intercepted Bean<?> can only be injected into an interceptor: {0}", format=MESSAGE_FORMAT) IllegalArgumentException interceptedBeanCanOnlyBeInjectedIntoInterceptor(Object injectionPoint)
    • targetInstanceNotCreated

      @Message(id=1705, value="Target instance not created - one of the interceptor methods in the AroundConstruct chain did not invoke InvocationContext.proceed() for: {0}", format=MESSAGE_FORMAT) CreationException targetInstanceNotCreated(Object constructor)
    • interceptionFactoryNotReusable

      @Message(id=1706, value="InterceptionFactory.createInterceptedInstance() may only be called once", format=MESSAGE_FORMAT) IllegalStateException interceptionFactoryNotReusable()
    • interceptionFactoryConfigureInvoked

      @LogMessage(level=DEBUG) @Message(id=1707, value="InterceptionFactory.configure() was invoked for AnnotatedType: {0}", format=MESSAGE_FORMAT) void interceptionFactoryConfigureInvoked(Object param1)
    • interceptionFactoryIgnoreFinalMethodsInvoked

      @LogMessage(level=DEBUG) @Message(id=1708, value="InterceptionFactory.ignoreFinalMethods() was invoked for AnnotatedType: {0}. Final methods will be ignored during proxy generation!", format=MESSAGE_FORMAT) void interceptionFactoryIgnoreFinalMethodsInvoked(Object param1)
    • interceptionFactoryNotRequired

      @LogMessage(level=DEBUG) @Message(id=1709, value="InterceptionFactory skipped wrapper creation for AnnotatedType {0} because no @AroundInvoke interceptor was bound to it.", format=MESSAGE_FORMAT) void interceptionFactoryNotRequired(Object param1)
    • interceptionFactoryInternalContainerConstruct

      @LogMessage(level=DEBUG) @Message(id=1710, value="InterceptionFactory skipped wrapper creation for an internal container construct of type {0}", format=MESSAGE_FORMAT) void interceptionFactoryInternalContainerConstruct(Object type)
    • interceptionFactoryNotOnInstance

      @Message(id=1711, value="InterceptionFactory is not supported on interfaces. Check InterceptionFactory<{0}>", format=MESSAGE_FORMAT) IllegalStateException interceptionFactoryNotOnInstance(Object param1)