Interface lraI18NLogger

All Known Implementing Classes:
lraI18NLogger_$logger

@MessageLogger(projectCode="LRAPROXY") public interface lraI18NLogger
i18n log messages for the lra module.
  • Method Details

    • error_cannotSerializeParticipant

      @Message(id=25001, value="Participant \'%s\' serialization problem") @LogMessage(level=ERROR) void error_cannotSerializeParticipant(String participantToString, @Cause Throwable e)
    • error_participantExceptionOnCompletion

      @Message(id=25002, value="Participant \'%s\' exception during completion") @LogMessage(level=ERROR) void error_participantExceptionOnCompletion(String name, @Cause ExecutionException e)
    • error_gettingParticipantStatus

      @Message(id=25003, value="Cannot get status of participant \'%s\' of lra id \'%s\'") String error_gettingParticipantStatus(String participant, String lraId, @Cause Throwable e)