Interface CommonLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger,WeldEnvironmentLogger
- All Known Implementing Classes:
CommonLogger_$logger
Message IDs: 000002 - 000099
- 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 TypeMethodDescriptionvoidvoidvoidbeanArchiveReferenceCannotBeHandled(Object beanArchiveRef, Object handlers) voidbeanArchiveReferenceHandled(Object beanArchiveRef, Object handler) voidcannotHandleFilePath(Object file, Object path, Throwable cause) cannotLoadClass(Object param1, Throwable cause) voidcannotLoadClassUsingResourceLoader(String className) cannotReadClassPathEntry(Object entry) cannotScanClassPathEntry(Object entry, Throwable cause) voidclassPathEntryDoesNotExist(Object entry) voidcouldNotCloseStreamForURL(Object param1, Throwable cause) voidcouldNotOpenStreamForURL(Object param1, Throwable cause) voidcouldNotReadResource(Object param1, Throwable cause) org.jboss.weld.resources.spi.ClassFileInfoExceptionindexForNameNotFound(Object param1) voidinvalidScanningResult(Object beanArchiveRef) voidjandexIndexNotCreated(Object param1) voidvoidvoidprocessingBeanArchiveReference(Object beanArchiveRef) voidunableToInstantiate(Object param1, Object param2, Throwable cause) org.jboss.weld.resources.spi.ClassFileInfoExceptionunableToLoadAnnotation(Object param1) org.jboss.weld.resources.spi.ClassFileInfoExceptionunableToLoadClass(Object param1) jakarta.enterprise.inject.UnsatisfiedResolutionExceptionunableToResolveBean(Object param1, Object param2) undefinedBeanDiscoveryValue(Object param1) voidunexpectedClassLoader(Throwable cause) voidvoidusingServiceLoaderSourcedDiscoveryStrategy(Object discoveryStrategy) 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.environment.logging.WeldEnvironmentLogger
catchingDebug, catchingTrace
-
Field Details
-
LOG
-
-
Method Details
-
couldNotReadResource
-
unexpectedClassLoader
@LogMessage(level=WARN) @Message(id=4, value="Could not invoke JNLPClassLoader#getJarFile(URL) on context class loader, expecting Web Start class loader", format=MESSAGE_FORMAT) void unexpectedClassLoader(@Cause Throwable cause) -
jnlpClassLoaderInternalException
@LogMessage(level=WARN) @Message(id=5, value="JNLPClassLoader#getJarFile(URL) threw exception", format=MESSAGE_FORMAT) void jnlpClassLoaderInternalException(@Cause Throwable cause) -
jnlpClassLoaderInvocationException
@LogMessage(level=WARN) @Message(id=6, value="Could not invoke JNLPClassLoader#getJarFile(URL) on context class loader", format=MESSAGE_FORMAT) void jnlpClassLoaderInvocationException(@Cause Throwable cause) -
cannotHandleFilePath
-
couldNotOpenStreamForURL
-
couldNotCloseStreamForURL
-
unableToLoadClass
@Message(id=12, value="Unable to load class {0}", format=MESSAGE_FORMAT) org.jboss.weld.resources.spi.ClassFileInfoException unableToLoadClass(Object param1) -
undefinedBeanDiscoveryValue
@Message(id=13, value="beans.xml defines unrecognized bean-discovery-mode value: {0}", format=MESSAGE_FORMAT) IllegalStateException undefinedBeanDiscoveryValue(Object param1) -
reflectionFallback
@LogMessage(level=INFO) @Message(id=14, value="Falling back to Java Reflection for bean-discovery-mode=\"annotated\" discovery. Add io.smallrye:jandex to the classpath to speed-up startup.", format=MESSAGE_FORMAT) void reflectionFallback() -
unableToLoadAnnotation
@Message(id=15, value="Unable to load annotation: {0}", format=MESSAGE_FORMAT) org.jboss.weld.resources.spi.ClassFileInfoException unableToLoadAnnotation(Object param1) -
missingBeansXml
@Message(id=16, value="Missing beans.xml file in META-INF", format=MESSAGE_FORMAT) IllegalStateException missingBeansXml() -
unableToResolveBean
-
jandexIndexNotCreated
@Message(id=19, value="Jandex index is null in the constructor of class: {0}", format=MESSAGE_FORMAT) IllegalStateException jandexIndexNotCreated(Object param1) -
usingJandex
@LogMessage(level=INFO) @Message(id=20, value="Using jandex for bean discovery", format=MESSAGE_FORMAT) void usingJandex() -
archiveIsolationDisabled
@LogMessage(level=DEBUG) @Message(id=23, value="Archive isolation disabled - only one bean archive will be created", format=MESSAGE_FORMAT) void archiveIsolationDisabled() -
archiveIsolationEnabled
@LogMessage(level=DEBUG) @Message(id=24, value="Archive isolation enabled - creating multiple isolated bean archives if needed", format=MESSAGE_FORMAT) void archiveIsolationEnabled() -
indexForNameNotFound
@Message(id=25, value="Index for name: {0} not found.", format=MESSAGE_FORMAT) org.jboss.weld.resources.spi.ClassFileInfoException indexForNameNotFound(Object param1) -
unableToInstantiate
@Message(id=26, value="Unable to instantiate {0} using parameters: {1}.", format=MESSAGE_FORMAT) IllegalStateException unableToInstantiate(Object param1, Object param2, @Cause Throwable cause) -
initSkippedNoBeanArchiveFound
@LogMessage(level=WARN) @Message(id=28, value="Weld initialization skipped - no bean archive found") void initSkippedNoBeanArchiveFound() -
cannotLoadClass
@Message(id=29, value="Cannot load class for {0}.", format=MESSAGE_FORMAT) IllegalStateException cannotLoadClass(Object param1, @Cause Throwable cause) -
cannotLoadClassUsingResourceLoader
@LogMessage(level=DEBUG) @Message(id=30, value="Cannot load class using the ResourceLoader: {0}", format=MESSAGE_FORMAT) void cannotLoadClassUsingResourceLoader(String className) -
beanArchiveReferenceCannotBeHandled
-
processingBeanArchiveReference
@LogMessage(level=DEBUG) @Message(id=32, value="Processing bean archive reference: {0}", format=MESSAGE_FORMAT) void processingBeanArchiveReference(Object beanArchiveRef) -
invalidScanningResult
@Message(id=33, value="Invalid bean archive scanning result - found multiple results with the same reference: {0}", format=MESSAGE_FORMAT) IllegalStateException invalidScanningResult(Object beanArchiveRef) -
cannotScanClassPathEntry
@Message(id=34, value="Cannot scan class path entry: {0}", format=MESSAGE_FORMAT) IllegalStateException cannotScanClassPathEntry(Object entry, @Cause Throwable cause) -
cannotReadClassPathEntry
@Message(id=35, value="Class path entry cannot be read: {0}", format=MESSAGE_FORMAT) IllegalStateException cannotReadClassPathEntry(Object entry) -
cannotReadJavaClassPathSystemProperty
@Message(id=36, value="Weld cannot read the java class path system property!", format=MESSAGE_FORMAT) IllegalStateException cannotReadJavaClassPathSystemProperty() -
beanArchiveReferenceHandled
-
jandexDiscoveryStrategyDisabled
@LogMessage(level=INFO) @Message(id=40, value="Jandex discovery strategy was disabled.", format=MESSAGE_FORMAT) void jandexDiscoveryStrategyDisabled() -
usingServiceLoaderSourcedDiscoveryStrategy
@LogMessage(level=INFO) @Message(id=41, value="Using {0} for bean discovery", format=MESSAGE_FORMAT) void usingServiceLoaderSourcedDiscoveryStrategy(Object discoveryStrategy) -
classPathEntryDoesNotExist
@LogMessage(level=WARN) @Message(id=42, value="Class path entry does not exist: {0}", format=MESSAGE_FORMAT) void classPathEntryDoesNotExist(Object entry)
-