@MessageLogger(projectCode="WELD-") public interface InterceptorLogger extends WeldLogger
Modifier and Type | Field and Description |
---|---|
static InterceptorLogger |
LOG |
CATCHING_MARKER, WELD_PROJECT_CODE
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
interceptedBeanCanOnlyBeInjectedIntoInterceptor(Object injectionPoint) |
void |
interceptorAnnotationClassNotFound(Object param1) |
void |
invokingNextInterceptorInChain(Object param1) |
DefinitionException |
nullInterceptorBindings(Object param1) |
CreationException |
targetInstanceNotCreated(Object constructor) |
void |
unableToDetermineInterceptedBean(Object injectionPoint) |
catchingDebug
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final InterceptorLogger LOG
@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)
@LogMessage(level=TRACE) @Message(id=1701, value="Invoking next interceptor in chain: {0}", format=MESSAGE_FORMAT) void invokingNextInterceptorInChain(Object param1)
@Message(id=1702, value="Interceptor.getInterceptorBindings() returned null for {0}", format=MESSAGE_FORMAT) DefinitionException nullInterceptorBindings(Object param1)
@LogMessage(level=WARN) @Message(id=1703, value="Unable to determine the @Intercepted Bean<?> for {0}", format=MESSAGE_FORMAT) void unableToDetermineInterceptedBean(Object injectionPoint)
@Message(id=1704, value="@Intercepted Bean<?> can only be injected into an interceptor: {0}", format=MESSAGE_FORMAT) IllegalArgumentException interceptedBeanCanOnlyBeInjectedIntoInterceptor(Object injectionPoint)
@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)
Copyright © 2022. All rights reserved.