com.rational.test.ft.services

Interface ISupplementalLog



  • public interface ISupplementalLog
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void printToLog(java.lang.String facility, java.lang.String message, int level)
      Print message to the supplemental log
    • Method Detail

      • printToLog

        void printToLog(java.lang.String facility,
                        java.lang.String message,
                        int level)
        Print message to the supplemental log
        Parameters:
        facility - Facility being debugged
        message - The debug message
        level - Severity level (filter levels: error,0;warning,1;debug,2;verbose,3)
        Since:
        RFT2.0