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 Details

  • Method Details

    • interruptedWorkError

      @LogMessage(level=ERROR) @Message(id=17, value="Work discarded, thread was interrupted while waiting for space to schedule: %1$s") void interruptedWorkError(Runnable r)
    • exceptionOccurred

      @LogMessage(level=ERROR) @Message(id=58, value="%1$s") void exceptionOccurred(String errorMsg, @Cause Throwable exceptionThatOccurred)
    • 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)