@MessageLogger(projectCode="WELD-") public interface UtilLogger extends WeldLogger
Modifier and Type | Field and Description |
---|---|
static UtilLogger |
LOG |
CATCHING_MARKER, WELD_PROJECT_CODE
catchingDebug
debug, debug, debug, debug, 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, 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
static final UtilLogger LOG
@Deprecated @Message(id=800, value="Error loading service {0}", format=MESSAGE_FORMAT) String serviceLoaderLoadingError(Object param1)
@Deprecated @Message(id=801, value="Security exception scanning {0}", format=MESSAGE_FORMAT) String securityExceptionScanning(Object param1)
@Message(id=802, value="XML DOM is readonly") UnsupportedOperationException xmlDomReadonly()
@Deprecated @Message(id=803, value="Extension {0} does not implement Extension", format=MESSAGE_FORMAT) String declaredExtensionDoesNotImplementExtension(Object param1)
@Message(id=804, value="{0} is not an enum", format=MESSAGE_FORMAT) IllegalArgumentException classNotEnum(Object param1)
@Message(id=805, value="Cannot have more than one post construct method annotated with @PostConstruct for {0}", format=MESSAGE_FORMAT) DefinitionException tooManyPostConstructMethods(Object param1)
@Message(id=806, value="Cannot have more than one pre destroy method annotated @PreDestroy for {0}", format=MESSAGE_FORMAT) DefinitionException tooManyPreDestroyMethods(Object param1)
@Message(id=807, value="Initializer method {0} cannot be annotated @Produces on {1}", format=MESSAGE_FORMAT) DefinitionException initializerCannotBeProducer(Object param1, Object param2)
@Message(id=808, value="Initializer method {0} cannot have parameters annotated @Disposes on {1}", format=MESSAGE_FORMAT) DefinitionException initializerCannotBeDisposalMethod(Object param1, Object param2)
@Message(id=810, value="Cannot place qualifiers on final fields: {0}", format=MESSAGE_FORMAT) DefinitionException qualifierOnFinalField(Object param1)
@Deprecated @Message(id=811, value="Cannot have more than one constructor annotated with @Initializer for {0}", format=MESSAGE_FORMAT) String tooManyInitializers(Object param1)
@Message(id=812, value="Cannot determine constructor to use for {0}. Possible constructors {1}", format=MESSAGE_FORMAT) DefinitionException ambiguousConstructor(Object param1, Object param2)
@Message(id=813, value="injectableFields and initializerMethods must have the same size.\n\nInjectable Fields: {0}\nInitializerMethods: {1}", format=MESSAGE_FORMAT) IllegalArgumentException invalidQuantityInjectableFieldsAndInitializerMethods(Object param1, Object param2)
@Message(id=814, value="Annotation {0} is not a qualifier", format=MESSAGE_FORMAT) IllegalArgumentException annotationNotQualifier(Object param1)
@Message(id=815, value="Qualifier {0} is already present in the set {1}", format=MESSAGE_FORMAT) IllegalArgumentException redundantQualifier(Object param1, Object param2)
@Message(id=816, value="Cannot determine constructor to use for {0}", format=MESSAGE_FORMAT) DefinitionException unableToFindConstructor(Object param1)
@Message(id=817, value="Unable to find Bean Deployment Archive for {0}", format=MESSAGE_FORMAT) IllegalStateException unableToFindBeanDeploymentArchive(Object param1)
@Message(id=818, value="Event type {0} is not allowed", format=MESSAGE_FORMAT) IllegalArgumentException eventTypeNotAllowed(Object param1)
@Message(id=819, value="Cannot provide an event type parameterized with a type parameter {0}", format=MESSAGE_FORMAT) IllegalArgumentException typeParameterNotAllowedInEventType(Object param1)
@Message(id=820, value="Cannot proxy non-Class Type {0}", format=MESSAGE_FORMAT) IllegalArgumentException cannotProxyNonClassType(Object param1)
@Deprecated @Message(id=821, value="Instance {0} is not a proxy", format=MESSAGE_FORMAT) String instanceNotAProxy(Object param1)
@Deprecated @Message(id=822, value="Error accessing constructor of {0} with parameters {1}", format=MESSAGE_FORMAT) String accessErrorOnConstructor(Object param1, Object param2)
@Deprecated @Message(id=823, value="Error invoking method {0} on {1}", format=MESSAGE_FORMAT) String errorInvokingMethod(Object param1, Object param2)
@Message(id=824, value="Error getting field {0} on {1}", format=MESSAGE_FORMAT) WeldException accessErrorOnField(Object param1, Object param2, @Cause Throwable cause)
@Deprecated @Message(id=825, value="Method {0} not implemented by instance {1}", format=MESSAGE_FORMAT) String noSuchMethod(Object param1, Object param2)
@Message(id=826, value="Cannot access values() on annotation") DeploymentException annotationValuesInaccessible(@Cause Throwable cause)
@Message(id=827, value="Initializer method {0} declared on {1} may not be a generic method", format=MESSAGE_FORMAT) DefinitionException initializerMethodIsGeneric(Object param1, Object param2)
@Deprecated @Message(id=828, value="Could not read services file {0}", format=MESSAGE_FORMAT) String couldNotReadServicesFile(Object param1)
@Deprecated @Message(id=829, value="Extension class {0} not found", format=MESSAGE_FORMAT) String extensionClassNotFound(Object param1)
@Deprecated @Message(id=830, value="Error loading class {0}", format=MESSAGE_FORMAT) String classLoadingError(Object param1)
@Deprecated @Message(id=831, value="Could not read services list from {0}", format=MESSAGE_FORMAT) String couldNotReadServicesList(Object param1)
@Message(id=832, value="Unable to load the cache value for the key {0}", format=MESSAGE_FORMAT) WeldException unableToLoadCacheValue(Object param1, @Cause Throwable cause)
@Message(id=833, value="Resource injection point represents a method which doesn\'t follow JavaBean conventions {0}", format=MESSAGE_FORMAT) DefinitionException resourceSetterInjectionNotAJavabean(Object param1)
Copyright © 2016. All rights reserved.