Interface ContextLogger

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

@MessageLogger(projectCode="WELD-") public interface ContextLogger extends WeldLogger
Log messages for Contexts Message Ids: 000200 - 000299
  • Field Details

  • Method Details

    • contextualInstanceFound

      @LogMessage(level=TRACE) @Message(id=200, value="Looked for {0} and got {1} in {2}", format=MESSAGE_FORMAT) void contextualInstanceFound(Object param1, Object param2, Object param3)
    • contextCleared

      @LogMessage(level=TRACE) @Message(id=201, value="Context {0} cleared", format=MESSAGE_FORMAT) void contextCleared(Object param1)
    • contextualInstanceAdded

      @LogMessage(level=TRACE) @Message(id=202, value="Added {0} with key {1} to {2}", format=MESSAGE_FORMAT) void contextualInstanceAdded(Object param1, Object param2, Object param3)
    • contextualInstanceRemoved

      @LogMessage(level=TRACE) @Message(id=203, value="Removed {0} from {1}", format=MESSAGE_FORMAT) void contextualInstanceRemoved(Object param1, Object param2)
    • 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

      @LogMessage(level=TRACE) @Message(id=216, value="Updating underlying store with contextual {0} under ID {1}", format=MESSAGE_FORMAT) void updatingStoreWithContextualUnderId(Object param1, Object param2)
    • addingDetachedContextualUnderId

      @LogMessage(level=TRACE) @Message(id=217, value="Adding detached contextual {0} under ID {1}", format=MESSAGE_FORMAT) void addingDetachedContextualUnderId(Object param1, Object param2)
    • removedKeyFromSession

      @LogMessage(level=TRACE) @Message(id=218, value="Removed {0} from session {1}", format=MESSAGE_FORMAT) void removedKeyFromSession(Object param1, Object param2)
    • unableToRemoveKeyFromSession

      @LogMessage(level=TRACE) @Message(id=219, value="Unable to remove {0} from non-existent session", format=MESSAGE_FORMAT) void unableToRemoveKeyFromSession(Object param1)
    • addedKeyToSession

      @LogMessage(level=TRACE) @Message(id=220, value="Added {0} to session {1}", format=MESSAGE_FORMAT) void addedKeyToSession(Object param1, Object param2)
    • 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

      @LogMessage(level=TRACE) @Message(id=222, value="Loading bean store {0} map from session {1}", format=MESSAGE_FORMAT) void loadingBeanStoreMapFromSession(Object param1, Object param2)
    • 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

      @LogMessage(level=DEBUG) @Message(id=228, value="Bean store leak detected during {0} association - instances of beans with the following identifiers might not be destroyed correctly: {1}", format=MESSAGE_FORMAT) void beanStoreLeakAffectedBeanIdentifiers(Object context, Object identifiers)
    • 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)