IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.services
Interface ISupplementalLog


public interface ISupplementalLog


Method Summary
 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