@MessageLogger(projectCode="WELD-") public interface UtilLogger extends WeldLogger
| Modifier and Type | Field and Description |
|---|---|
static UtilLogger |
LOG |
CATCHING_MARKER, WELD_PROJECT_CODEcatchingDebugdebug, 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, warnvstatic final UtilLogger LOG
@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 cannot be annotated @Produces {0}\n\tat {1}\n StackTrace:",
format=MESSAGE_FORMAT)
DefinitionException initializerCannotBeProducer(Object param1,
Object stackElement)
@Message(id=808,
value="Initializer method cannot have parameters annotated @Disposes: {0}\n\tat {1}\n StackTrace:",
format=MESSAGE_FORMAT)
DefinitionException initializerCannotBeDisposalMethod(Object param1,
Object stackElement)
@Message(id=810,
value="Cannot place qualifiers on final fields: {0}",
format=MESSAGE_FORMAT)
DefinitionException qualifierOnFinalField(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)
@Message(id=824,
value="Error getting field {0} on {1}",
format=MESSAGE_FORMAT)
WeldException accessErrorOnField(Object param1,
Object param2,
@Cause
Throwable cause)
@Message(id=826,
value="Cannot access values() on annotation")
DeploymentException annotationValuesInaccessible(@Cause
Throwable cause)
@Message(id=827,
value="Initializer method may not be a generic method: {0}\n\tat {1}\n StackTrace:",
format=MESSAGE_FORMAT)
DefinitionException initializerMethodIsGeneric(Object param1,
Object param2)
@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 © 2019. All rights reserved.