Package org.jboss.as.jsf.logging
Interface JSFLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
JSFLogger_$logger
@MessageLogger(projectCode="WFLYJSF",
length=4)
public interface JSFLogger
extends org.jboss.logging.BasicLogger
Date: 05.11.2011
- Author:
- Stuart Douglas, David M. Lloyd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JSFLoggerA logger with a category of the package name. -
Method Summary
Modifier and TypeMethodDescriptionvoidactivatedJSFImplementations(List target) classLoadingFailed(org.jboss.jandex.DotName clazz) invalidAnnotationLocation(Object annotation, org.jboss.jandex.AnnotationTarget classInfo) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptioninvalidDefaultJSFImpl(String defaultJsfVersion) voidjsfArtifactNoDefaultConstructor(String type, String className) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionjsfInjectionFailed(String slotName, Throwable cause) voidvoidvoidvoidmanagedBeansConfigParseFailed(org.jboss.vfs.VirtualFile facesConfig) voidmissingJSFModule(String version, String module) voidunknownJSFVersion(String version, String defaultVersion) 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
-
Field Details
-
ROOT_LOGGER
A logger with a category of the package name.
-
-
Method Details
-
managedBeansConfigParseFailed
@LogMessage(level=ERROR) @Message(id=4, value="Failed to parse %s, Jakarta Server Faces artifacts defined in this file will not be available") void managedBeansConfigParseFailed(org.jboss.vfs.VirtualFile facesConfig) -
unknownJSFVersion
-
missingJSFModule
-
activatedJSFImplementations
@LogMessage(level=INFO) @Message(id=7, value="Activated the following Jakarta Server Faces Implementations: %s") void activatedJSFImplementations(List target) -
classLoadingFailed
@Message(id=8, value="Failed to load annotated class: %s") String classLoadingFailed(org.jboss.jandex.DotName clazz) -
invalidAnnotationLocation
-
invalidDefaultJSFImpl
@Message(id=14, value="Default Jakarta Server Faces implementation slot \'%s\' is invalid") org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidDefaultJSFImpl(String defaultJsfVersion) -
jsfInjectionFailed
-
loadingJsf12
@LogMessage(level=DEBUG) @Message(id=17, value="Faces 1.2 classes detected. Using org.jboss.as.jsf.injection.weld.legacy.WeldApplicationFactoryLegacy.") void loadingJsf12() -
loadingJsf2x
@LogMessage(level=DEBUG) @Message(id=18, value="Faces 1.2 classes not detected. Using org.jboss.as.jsf.injection.weld.WeldApplicationFactory.") void loadingJsf2x() -
jsfArtifactNoDefaultConstructor
-
lazyBeanValidationEnabled
@LogMessage(level=WARN) @Message(id=20, value="Lazy bean validation was enabled. This can result in missing @PreDestroy events when distributed web sessions expire.") void lazyBeanValidationEnabled()
-