Class NullLogger

    • Constructor Summary

      Constructors 
      Constructor Description
      NullLogger()  
    • Constructor Detail

      • NullLogger

        public NullLogger()
    • Method Detail

      • logErrorAndThrowException

        public void logErrorAndThrowException​(java.lang.String msg)
                                       throws java.lang.Exception
        Specified by:
        logErrorAndThrowException in interface JMSDriverLog
        Throws:
        java.lang.Exception
      • logError

        public void logError​(java.lang.String msg)
        Specified by:
        logError in interface JMSDriverLog
      • logErrorAndThrowException

        public void logErrorAndThrowException​(java.lang.String msg,
                                              java.lang.Exception e)
                                       throws java.lang.Exception
        Specified by:
        logErrorAndThrowException in interface JMSDriverLog
        Throws:
        java.lang.Exception
      • logDebug

        public void logDebug​(java.lang.String msg)
        Specified by:
        logDebug in interface JMSDriverLog
      • logInfo

        public void logInfo​(java.lang.String msg)
        Specified by:
        logInfo in interface JMSDriverLog
      • logWarn

        public void logWarn​(java.lang.String msg)
        Specified by:
        logWarn in interface JMSDriverLog