Interface WeldSELogger
- All Superinterfaces:
org.jboss.logging.BasicLogger,WeldEnvironmentLogger
- All Known Implementing Classes:
WeldSELogger_$logger
A source of localized log/bundle messages and exceptions. Note that this interface extends
WeldEnvironmentLogger so
that regular logger methods are
available.
Message IDs: 002000 - 002099- Author:
- Matej Briškár, Martin Kouba, Kirill Gaevskii
-
Field Summary
FieldsFields inherited from interface org.jboss.weld.environment.logging.WeldEnvironmentLogger
CATCHING_MARKER, WELD_ENV_PROJECT_CODE -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.weld.exceptions.IllegalArgumentExceptionvoidbeanClassDeployedInMultipleBeanArchives(Object beanClass, Object bdas) org.jboss.weld.exceptions.IllegalArgumentExceptionfailedToLoadClass(String className, String exception) voidorg.jboss.weld.exceptions.IllegalArgumentExceptionobservedTypeDoesNotMatchContonainerLifecycleEventType(Object type, Object eventType) org.jboss.weld.exceptions.IllegalArgumentExceptionvoidpackageNotFound(Object packageName) voidresourceUrlProtocolNotSupported(Object resource) voidscanningPackage(Object packageName, Object resource) voidorg.jboss.weld.exceptions.IllegalArgumentExceptionvoidvoidMethods 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.environment.logging.WeldEnvironmentLogger
catchingDebug, catchingTrace
-
Field Details
-
LOG
-
-
Method Details
-
weldContainerAlreadyRunning
@Message(id=2000, value="Weld SE container {0} is already running!", format=MESSAGE_FORMAT) IllegalStateException weldContainerAlreadyRunning(Object id) -
weldContainerShutdown
@LogMessage(level=INFO) @Message(id=2001, value="Weld SE container {0} shut down", format=MESSAGE_FORMAT) void weldContainerShutdown(Object id) -
weldContainerAlreadyShutDown
@Message(id=2002, value="Weld SE container {0} was already shut down", format=MESSAGE_FORMAT) IllegalStateException weldContainerAlreadyShutDown(Object id) -
weldContainerInitialized
@LogMessage(level=INFO) @Message(id=2003, value="Weld SE container {0} initialized", format=MESSAGE_FORMAT) void weldContainerInitialized(Object id) -
scanningPackage
-
packageNotFound
@LogMessage(level=WARN) @Message(id=2005, value="Package intended for scanning was not found: {0}", format=MESSAGE_FORMAT) void packageNotFound(Object packageName) -
multipleContainersRunning
@LogMessage(level=INFO) @Message(id=2006, value="Multiple containers running - CDI.current() may not work properly: {0}", format=MESSAGE_FORMAT) void multipleContainersRunning(Object ids) -
resourceUrlProtocolNotSupported
@LogMessage(level=DEBUG) @Message(id=2007, value="Resource URL procotol not supported: {0}", format=MESSAGE_FORMAT) void resourceUrlProtocolNotSupported(Object resource) -
beanClassDeployedInMultipleBeanArchives
-
weldContainerCannotBeInitializedNoBeanArchivesFound
@Message(id=2009, value="Weld SE container cannot be initialized - no bean archives found") IllegalStateException weldContainerCannotBeInitializedNoBeanArchivesFound() -
observedTypeNotContonainerLifecycleEventType
@Message(id=2010, value="The observed type {0} is not a container lifecycle event type", format=MESSAGE_FORMAT) org.jboss.weld.exceptions.IllegalArgumentException observedTypeNotContonainerLifecycleEventType(Object type) -
observedTypeDoesNotMatchContonainerLifecycleEventType
-
containerLifecycleObserverNotInitialized
@Message(id=2012, value="The container lifecycle observer is not properly initialized: {0}", format=MESSAGE_FORMAT) IllegalStateException containerLifecycleObserverNotInitialized(Object info) -
weldContainerDeploymentNotValidated
@Message(id=2014, value="Weld SE container with id {0} has not yet validated the deployment - methods for programmatic lookup cannot be used", format=MESSAGE_FORMAT) IllegalStateException weldContainerDeploymentNotValidated(Object id) -
beanArchiveWithModeNone
@Message(id=2015, value="Bean discovery mode NONE is not a valid option for Weld SE deployment archive - Weld SE container with id {0}.", format=MESSAGE_FORMAT) org.jboss.weld.exceptions.IllegalArgumentException beanArchiveWithModeNone(Object id) -
zeroOrMoreThanOneContainerRunning
@Message(id=2016, value="Zero or more than one container is running - WeldContainer.current() cannot determine the current container.", format=MESSAGE_FORMAT) IllegalStateException zeroOrMoreThanOneContainerRunning() -
unexpectedValueForAdditionalBeanDefiningAnnotations
@Message(id=2017, value="Unexpected value for parameter \'org.jboss.weld.se.additionalBeanDefiningAnnotations\'. Expected java.util.Collection but found {0}. ", format=MESSAGE_FORMAT) org.jboss.weld.exceptions.IllegalArgumentException unexpectedValueForAdditionalBeanDefiningAnnotations(Class clazz) -
unexpectedItemsInValueCollection
@LogMessage(level=WARN) @Message(id=2018, value="Skipping registration of additional bean defining annotation via `org.jboss.weld.se.additionalBeanDefiningAnnotations`. Only values of type Class<? extends Annotation> are valid. Found: {0}", format=MESSAGE_FORMAT) void unexpectedItemsInValueCollection(Class clazz) -
failedToLoadClass
-