Interface JettyLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger,WeldEnvironmentLogger
- All Known Implementing Classes:
JettyLogger_$logger
@MessageLogger(projectCode="WELD-ENV-") public interface JettyLogger extends WeldEnvironmentLogger
Message IDs: 001200 - 001299- Author:
- Kirill Gaevskii
-
-
Field Summary
Fields Modifier and Type Field Description static JettyLoggerLOG-
Fields inherited from interface org.jboss.weld.environment.logging.WeldEnvironmentLogger
CATCHING_MARKER, WELD_ENV_PROJECT_CODE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcantFindInjectior(Object param1)voidcantFindInjector(Object param1)voidcantFindMatchingWebApplicationContext()voidcantFindWebApplicationContext()voidgwtHostedModeDetected()voidjettyDetectedListenersInjectionIsNotSupported()voidjettyDetectedListenersInjectionIsSupported()voidmissingJettyEnv()voidmissingJettyEnvXml()IllegalStateExceptionnoSuchJettyInjectorFound()voidunableToCreateJettyWeldInjector(Throwable cause)-
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.environment.logging.WeldEnvironmentLogger
catchingDebug, catchingTrace
-
-
-
-
Field Detail
-
LOG
static final JettyLogger LOG
-
-
Method Detail
-
jettyDetectedListenersInjectionIsSupported
@LogMessage(level=INFO) @Message(id=1200, value="Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.") void jettyDetectedListenersInjectionIsSupported()
-
jettyDetectedListenersInjectionIsNotSupported
@LogMessage(level=INFO) @Message(id=1201, value="Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners is not supported.") void jettyDetectedListenersInjectionIsNotSupported()
-
unableToCreateJettyWeldInjector
@LogMessage(level=ERROR) @Message(id=1202, value="Unable to create JettyWeldInjector. CDI injection will not be available in Servlets, Filters or Listeners.") void unableToCreateJettyWeldInjector(@Cause Throwable cause)
-
gwtHostedModeDetected
@LogMessage(level=INFO) @Message(id=1203, value="GWTHostedMode detected, JSR-299 injection will be available in Servlets and Filters. Injection into Listeners is not supported.") void gwtHostedModeDetected()
-
cantFindInjector
@LogMessage(level=WARN) @Message(id=1204, value="Can\'t find Injector in the servlet context so injection is not available for {0}.", format=MESSAGE_FORMAT) void cantFindInjector(Object param1)
-
missingJettyEnv
@LogMessage(level=WARN) @Message(id=1205, value="Missing jetty-env.xml, no BeanManager present in JNDI.") void missingJettyEnv()
-
cantFindWebApplicationContext
@LogMessage(level=INFO) @Message(id=1206, value="Cannot find matching WebApplicationContext, no default CDI support: use jetty-web.xml") void cantFindWebApplicationContext()
-
cantFindInjectior
@LogMessage(level=WARN) @Message(id=1207, value="Can\'t find Injector in the servlet context so injection is not available for {0}.", format=MESSAGE_FORMAT) void cantFindInjectior(Object param1)
-
missingJettyEnvXml
@LogMessage(level=WARN) @Message(id=1208, value="Missing jetty-env.xml, no BeanManager present in JNDI.") void missingJettyEnvXml()
-
cantFindMatchingWebApplicationContext
@LogMessage(level=INFO) @Message(id=1209, value="Cannot find matching WebApplicationContext, no default CDI support: use jetty-web.xml") void cantFindMatchingWebApplicationContext()
-
noSuchJettyInjectorFound
@Message(id=1210, value="No such Jetty injector found in servlet context attributes.") IllegalStateException noSuchJettyInjectorFound()
-
-