Interface ActiveMQServiceExtensionLogger

  • All Superinterfaces:
    BasicLogger
    All Known Implementing Classes:
    ActiveMQServiceExtensionLogger_$logger

    @MessageLogger(projectCode="AMQ")
    public interface ActiveMQServiceExtensionLogger
    extends BasicLogger
    Logger Code 35 each message id must be 6 digits long starting with 35, the 3rd digit donates the level so INF0 1 WARN 2 DEBUG 3 ERROR 4 TRACE 5 FATAL 6 so an INFO message would be 351000 to 351999
    • Method Detail

      • transactionManagerNotFound

        @LogMessage(level=WARN)
        @Message(id=352000,
                 value="Attempted to locate a Transaction Manager but none found.",
                 format=MESSAGE_FORMAT)
        void transactionManagerNotFound()