Interface ServletLogger

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

@MessageLogger(projectCode="WELD-") public interface ServletLogger extends WeldLogger
Error messages relating to Servlet integration Message ids: 000700 - 000799
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ServletLogger
     

    Fields inherited from interface org.jboss.weld.logging.WeldLogger

    CATCHING_MARKER, WELD_PROJECT_CODE
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
     
    void
    guardLeak(int value)
     
    void
     
    void
     
     
    void
     
    void
     
    void
     
    void
     
    void
     
    void
     

    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, warnv

    Methods inherited from interface org.jboss.weld.logging.WeldLogger

    catchingDebug
  • Field Details

  • Method Details

    • onlyHttpServletLifecycleDefined

      @Message(id=707, value="Non Http-Servlet lifecycle not defined") IllegalStateException onlyHttpServletLifecycleDefined()
    • requestInitialized

      @LogMessage(level=TRACE) @Message(id=708, value="Initializing request {0}", format=MESSAGE_FORMAT) void requestInitialized(Object param1)
    • requestDestroyed

      @LogMessage(level=TRACE) @Message(id=709, value="Destroying request {0}", format=MESSAGE_FORMAT) void requestDestroyed(Object param1)
    • cannotInjectObjectOutsideOfServletRequest

      @Message(id=710, value="Cannot inject {0} outside of a Servlet request", format=MESSAGE_FORMAT) IllegalStateException cannotInjectObjectOutsideOfServletRequest(Object param1, @Cause Throwable cause)
    • webXmlMappingPatternIgnored

      @LogMessage(level=WARN) @Message(id=711, value="Context activation pattern {0} ignored as it is overriden by the integrator.", format=MESSAGE_FORMAT) void webXmlMappingPatternIgnored(String pattern)
    • unableToDissociateContext

      @LogMessage(level=WARN) @Message(id=712, value="Unable to dissociate context {0} from the storage {1}", format=MESSAGE_FORMAT) void unableToDissociateContext(Object context, Object storage)
    • cannotInjectServletContext

      @Message(id=713, value="Unable to inject ServletContext. None is associated with {0}, {1}", format=MESSAGE_FORMAT) IllegalStateException cannotInjectServletContext(ClassLoader classLoader, ServletContextService service)
    • guardLeak

      @LogMessage(level=WARN) @Message(id=714, value="HttpContextLifecycle guard leak detected. The Servlet container is not fully compliant. The value was {0}", format=MESSAGE_FORMAT) void guardLeak(int value)
    • guardNotSet

      @LogMessage(level=WARN) @Message(id=715, value="HttpContextLifecycle guard not set. The Servlet container is not fully compliant.", format=MESSAGE_FORMAT) void guardNotSet()
    • servlet2Environment

      @LogMessage(level=INFO) @Message(id=716, value="Running in Servlet 2.x environment. Asynchronous request support is disabled.") void servlet2Environment()
    • unableToDeactivateContext

      @LogMessage(level=WARN) @Message(id=717, value="Unable to deactivate context {0} when destroying request {1}", format=MESSAGE_FORMAT) void unableToDeactivateContext(Object context, Object request)
    • noEeModuleDescriptor

      @LogMessage(level=WARN) @Message(id=718, value="No EEModuleDescriptor defined for bean archive with ID: {0}. @Initialized and @Destroyed events for ApplicationScoped may be fired twice.", format=MESSAGE_FORMAT) void noEeModuleDescriptor(Object beanArchiveId)
    • destructionContextLeak

      @LogMessage(level=DEBUG) @Message(id=719, value="An active HttpSessionDestructionContext detected. This is likely a leftover from previous sessions that ended exceptionally. This context will be terminated.", format=MESSAGE_FORMAT) void destructionContextLeak()