jpos.util
Interface TracerOutput

All Known Implementing Classes:
Tracer.DefaultTracerOutput

public interface TracerOutput

Defines an interface for outputing tracing info

Since:
1.2 (NY 2K 99 meeting)
Author:
EMM

Method Summary
 void print(java.lang.String s)
          Prints a string appended without a new line to the tracer output
 void println(java.lang.String s)
          Prints a string appended with a new line to the tracer output
 

Method Detail

println

public void println(java.lang.String s)
Prints a string appended with a new line to the tracer output
Parameters:
s - the String to print

print

public void print(java.lang.String s)
Prints a string appended without a new line to the tracer output
Parameters:
s - the String to print


This API and code belongs to the JavaPOS committee please see LISCENCE file for details