Interface xtsI18NLogger


@MessageLogger(projectCode="ARJUNA") public interface xtsI18NLogger
i18n log messages for the xts service module.
Author:
adinn
  • Method Details

    • error_XTSService_1

      @Message(id=47001, value="Unable to load XTS initialisation class {0}", format=MESSAGE_FORMAT) @LogMessage(level=ERROR) void error_XTSService_1(String arg0, @Cause Throwable arg1)
    • error_XTSService_2

      @Message(id=47002, value="Not an XTS initialisation class {0}", format=MESSAGE_FORMAT) @LogMessage(level=ERROR) void error_XTSService_2(String arg0)
    • error_XTSService_3

      @Message(id=47003, value="Unable to instantiate XTS initialisation class {0}", format=MESSAGE_FORMAT) @LogMessage(level=ERROR) void error_XTSService_3(String arg0, @Cause Throwable arg1)
    • error_XTSService_4

      @Message(id=47004, value="Unable to access XTS initialisation class {0}", format=MESSAGE_FORMAT) @LogMessage(level=ERROR) void error_XTSService_4(String arg0, @Cause Throwable arg1)