Package org.jboss.weld.logging
Interface ContextLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger,WeldLogger
- All Known Implementing Classes:
ContextLogger_$logger
Log messages for Contexts
Message Ids: 000200 - 000299
-
Field Summary
FieldsFields inherited from interface org.jboss.weld.logging.WeldLogger
CATCHING_MARKER, WELD_PROJECT_CODE -
Method Summary
Modifier and TypeMethodDescriptionvoidaddedKeyToSession(Object param1, Object param2) voidaddingDetachedContextualUnderId(Object param1, Object param2) beanIdentifierIndexInconsistencyDetected(Object hash, Object index) voidbeanStoreDetached(Object param1) voidbeanStoreLeakAffectedBeanIdentifiers(Object context, Object identifiers) voidbeanStoreLeakDuringAssociation(Object context, Object info) cannotRegisterContext(Class<? extends Annotation> scope, jakarta.enterprise.context.spi.Context context) voidcontextCleared(Object param1) contextHasNullScope(Object param1) voidcontextualInstanceAdded(Object param1, Object param2, Object param3) voidcontextualInstanceFound(Object param1, Object param2, Object param3) voidcontextualInstanceRemoved(Object param1, Object param2) contextualReferenceNotValidAfterShutdown(Object bean, Object contextId) delimiterInPrefix(Object param1, Object param2) voidloadingBeanStoreMapFromSession(Object param1, Object param2) noBeanStoreAvailable(Object param1) voidremovedKeyFromSession(Object param1, Object param2) voidunableToAddKeyToSession(Object param1) voidunableToClearBeanStore(Object beanStore) voidunableToRemoveKeyFromSession(Object param1) voidupdatingStoreWithContextualUnderId(Object param1, Object param2) Methods inherited from interface org.jboss.logging.BasicLogger
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, warnvMethods inherited from interface org.jboss.weld.logging.WeldLogger
catchingDebug
-
Field Details
-
LOG
-
-
Method Details
-
contextualInstanceFound
-
contextCleared
@LogMessage(level=TRACE) @Message(id=201, value="Context {0} cleared", format=MESSAGE_FORMAT) void contextCleared(Object param1) -
contextualInstanceAdded
-
contextualInstanceRemoved
-
delimiterInPrefix
@Message(id=211, value="The delimiter \"{0}\" should not be in the prefix \"{1}\"", format=MESSAGE_FORMAT) IllegalArgumentException delimiterInPrefix(Object param1, Object param2) -
contextualIsNull
@Message(id=212, value="No contextual specified to retrieve (null)") IllegalArgumentException contextualIsNull() -
noBeanStoreAvailable
@Message(id=213, value="No bean store available for {0}", format=MESSAGE_FORMAT) IllegalStateException noBeanStoreAvailable(Object param1) -
beanStoreDetached
@LogMessage(level=TRACE) @Message(id=215, value="Bean store {0} is detached", format=MESSAGE_FORMAT) void beanStoreDetached(Object param1) -
updatingStoreWithContextualUnderId
-
addingDetachedContextualUnderId
-
removedKeyFromSession
-
unableToRemoveKeyFromSession
@LogMessage(level=TRACE) @Message(id=219, value="Unable to remove {0} from non-existent session", format=MESSAGE_FORMAT) void unableToRemoveKeyFromSession(Object param1) -
addedKeyToSession
-
unableToAddKeyToSession
@LogMessage(level=TRACE) @Message(id=221, value="Unable to add {0} to session as no session could be obtained", format=MESSAGE_FORMAT) void unableToAddKeyToSession(Object param1) -
loadingBeanStoreMapFromSession
-
contextHasNullScope
@Message(id=223, value="Context.getScope() returned null for {0}", format=MESSAGE_FORMAT) DefinitionException contextHasNullScope(Object param1) -
unableToClearBeanStore
@LogMessage(level=WARN) @Message(id=224, value="Unable to clear the bean store {0}.", format=MESSAGE_FORMAT) void unableToClearBeanStore(Object beanStore) -
beanStoreLeakDuringAssociation
@LogMessage(level=WARN) @Message(id=225, value="Bean store leak detected during {0} association: {1}", format=MESSAGE_FORMAT) void beanStoreLeakDuringAssociation(Object context, Object info) - Parameters:
context-info- Some additional info, e.g. HTTP request for HttpSessionContext
-
cannotRegisterContext
@Message(id=226, value="Cannot register additional context for scope: {0}, {1}", format=MESSAGE_FORMAT) DeploymentException cannotRegisterContext(Class<? extends Annotation> scope, jakarta.enterprise.context.spi.Context context) -
beanIdentifierIndexInconsistencyDetected
@Message(id=227, value="Bean identifier index inconsistency detected - the distributed container probably does not work with identical applications\nExpected hash: {0}\nCurrent index: {1}", format=MESSAGE_FORMAT) IllegalStateException beanIdentifierIndexInconsistencyDetected(Object hash, Object index) -
beanStoreLeakAffectedBeanIdentifiers
-
contextualReferenceNotValidAfterShutdown
@Message(id=229, value="Contextual reference of {0} is not valid after container {1} shutdown", format=MESSAGE_FORMAT) IllegalStateException contextualReferenceNotValidAfterShutdown(Object bean, Object contextId)
-