Package com.sun.ts.lib.util
Class SigLogAdapter
java.lang.Object
com.sun.ts.lib.util.SigLogAdapter
- All Implemented Interfaces:
- SigLogIntf
This class acts as an adapter between the logging API used in the API check utility and the logginf API available in
 the CTS harness. The API check utility uses a PrintWriter to log messages. The parts of the PrintWriter API used by
 the API check utility will be translated to TestUtil calls in this class. The SigLogIntf will capture the parts of
 the PrintWriter API that need to be reimplemented so API check can fit into the CTS test framework.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SigLogAdapterpublic SigLogAdapter()
 
- 
- 
Method Details- 
println- Specified by:
- printlnin interface- SigLogIntf
 
- 
println- Specified by:
- printlnin interface- SigLogIntf
 
- 
printlnpublic void println(char c) - Specified by:
- printlnin interface- SigLogIntf
 
- 
printlnpublic void println()- Specified by:
- printlnin interface- SigLogIntf
 
- 
print- Specified by:
- printin interface- SigLogIntf
 
- 
print- Specified by:
- printin interface- SigLogIntf
 
- 
printpublic void print(char c) - Specified by:
- printin interface- SigLogIntf
 
- 
flushpublic void flush()- Specified by:
- flushin interface- SigLogIntf
 
- 
closepublic void close()- Specified by:
- closein interface- SigLogIntf
 
 
-