Interface Log
- All Superinterfaces:
BasicLogger
- All Known Implementing Classes:
Log_$logger
@MessageLogger(projectCode="HSEARCH")
@ValidIdRange(min=900000,max=909999) @ValidIdRange(min=17,max=17) @ValidIdRange(min=18,max=18) @ValidIdRange(min=58,max=58)
public interface Log
extends BasicLogger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionarrayMustNotBeNullNorEmpty(String objectDescription) voidcannotAccessRepeateableContainingAnnotationValue(Class<?> containingAnnotationType, Throwable e) cannotOpenCodeSourceFileSystem(URL url, String causeMessage, Throwable e) cannotOpenNestedJar(URI uri, Throwable e) cannotRequestTypeParameterOfUnparameterizedType(Type type, Class<?> rawSuperType, int typeArgumentIndex) collectionMustNotBeNullNorEmpty(String objectDescription) collectionMustNotContainNullElement(String collectionDescription) errorAccessingJandexIndex(URL codeSourceLocation, String message, Throwable e) errorBuildingJandexIndex(URL codeSourceLocation, String message, Throwable e) errorInvokingMember(Member member, String componentAsString, Throwable cause, String causeMessage) errorInvokingStaticMember(Member member, String argumentsAsString, Throwable cause, String causeMessage) voidexceptionOccurred(String errorMsg, Throwable exceptionThatOccurred) voidinvalidTypeParameterIndex(Type type, Class<?> rawSuperType, int typeArgumentIndex) mustBePositiveOrZero(String objectDescription) mustBeStrictlyPositive(String objectDescription) mustNotBeNull(String objectDescription) propertyNameCannotContainDots(String propertyName) stringMustNotBeNullNorEmpty(String objectDescription) typeParameterIndexOutOfBound(Type type, Class<?> rawSuperType, int typeArgumentIndex, int typeParametersLength) 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
-
ID_OFFSET_LEGACY_ENGINE
static final int ID_OFFSET_LEGACY_ENGINE- See Also:
-
ID_OFFSET
static final int ID_OFFSET- See Also:
-
-
Method Details
-
interruptedWorkError
-
exceptionOccurred
-
mustNotBeNull
@Message(id=900000, value="\'%1$s\' must not be null.") IllegalArgumentException mustNotBeNull(String objectDescription) -
collectionMustNotBeNullNorEmpty
@Message(id=900001, value="\'%1$s\' must not be null or empty.") IllegalArgumentException collectionMustNotBeNullNorEmpty(String objectDescription) -
mustBePositiveOrZero
@Message(id=900002, value="\'%1$s\' must be positive or zero.") IllegalArgumentException mustBePositiveOrZero(String objectDescription) -
stringMustNotBeNullNorEmpty
@Message(id=900003, value="\'%1$s\' must not be null or empty.") IllegalArgumentException stringMustNotBeNullNorEmpty(String objectDescription) -
arrayMustNotBeNullNorEmpty
@Message(id=900004, value="\'%1$s\' must not be null or empty.") IllegalArgumentException arrayMustNotBeNullNorEmpty(String objectDescription) -
errorInvokingMember
@Message(id=900005, value="Exception while invoking \'%1$s\' on \'%2$s\': %3$s.") SearchException errorInvokingMember(Member member, String componentAsString, @Cause Throwable cause, String causeMessage) -
cannotRequestTypeParameterOfUnparameterizedType
@Message(id=900006, value="Requested type argument %3$s to type %2$s in implementing type %1$s, but %2$s doesn\'t declare any type parameter.") IllegalArgumentException cannotRequestTypeParameterOfUnparameterizedType(@FormatWith(TypeFormatter.class) Type type, @FormatWith(ClassFormatter.class) Class<?> rawSuperType, int typeArgumentIndex) -
typeParameterIndexOutOfBound
@Message(id=900007, value="Requested type argument %3$s to type %2$s in implementing type %1$s, but %2$s only declares %4$s type parameter(s).") IllegalArgumentException typeParameterIndexOutOfBound(@FormatWith(TypeFormatter.class) Type type, @FormatWith(ClassFormatter.class) Class<?> rawSuperType, int typeArgumentIndex, int typeParametersLength) -
invalidTypeParameterIndex
@Message(id=900008, value="Requested type argument index %3$s to type %2$s in implementing type %1$s should be 0 or greater.") IllegalArgumentException invalidTypeParameterIndex(@FormatWith(TypeFormatter.class) Type type, @FormatWith(ClassFormatter.class) Class<?> rawSuperType, int typeArgumentIndex) -
cannotAccessRepeateableContainingAnnotationValue
@LogMessage(level=INFO) @Message(id=900009, value="Unable to access the value of containing annotation \'%1$s\'. Ignoring annotation.") void cannotAccessRepeateableContainingAnnotationValue(@FormatWith(ClassFormatter.class) Class<?> containingAnnotationType, @Cause Throwable e) -
mustBeStrictlyPositive
@Message(id=900010, value="\'%1$s\' must be strictly positive.") IllegalArgumentException mustBeStrictlyPositive(String objectDescription) -
collectionMustNotContainNullElement
@Message(id=900011, value="\'%1$s\' must not contain any null element.") IllegalArgumentException collectionMustNotContainNullElement(String collectionDescription) -
errorInvokingStaticMember
@Message(id=900012, value="Exception while invoking \'%1$s\' with arguments %2$s: %3$s") SearchException errorInvokingStaticMember(Member member, String argumentsAsString, @Cause Throwable cause, String causeMessage) -
errorAccessingJandexIndex
@Message(id=900013, value="Exception while accessing Jandex index for \'%1$s\': %2$s") SearchException errorAccessingJandexIndex(URL codeSourceLocation, String message, @Cause Throwable e) -
errorBuildingJandexIndex
@Message(id=900014, value="Exception while building Jandex index for \'%1$s\': %2$s") SearchException errorBuildingJandexIndex(URL codeSourceLocation, String message, @Cause Throwable e) -
propertyNameCannotContainDots
@Message(id=900015, value="Property name \'%1$s\' cannot contain dots.") IllegalArgumentException propertyNameCannotContainDots(String propertyName) -
cannotOpenCodeSourceFileSystem
@Message(id=900016, value="Cannot open filesystem for code source at \'%1$s\': %2$s") IOException cannotOpenCodeSourceFileSystem(URL url, String causeMessage, @Cause Throwable e) -
cannotInterpretCodeSourceUrl
@Message(id=900017, value="Cannot interpret \'%1$s\' as a local directory or JAR.") IOException cannotInterpretCodeSourceUrl(URL url) -
cannotOpenNestedJar
@Message(id=900018, value="Cannot open a ZIP filesystem for code source at \'%1$s\', because the URI points to content inside a nested JAR. Run your application on JDK13+ to get nested JAR support, or disable JAR scanning by setting a mapping configurer that calls .discoverAnnotatedTypesFromRootMappingAnnotations(false). See the reference documentation for information about mapping configurers.") SearchException cannotOpenNestedJar(URI uri, @Cause Throwable e)
-