ca.idms.io
Interface TraceOutput

All Known Implementing Classes:
AbstractTraceOutput, TraceStream, TraceWriter

public interface TraceOutput

Classes that implement the TraceOutput interface encapsulate the trace output stream. This allows trace information to be written to a PrintStream, file, or native API log.

Since:
CA IDMS Server 5.0
Version:
1.00, 09/30/98
Author:
Dave Ross
See Also:
TraceObject

Method Summary
 void println(java.lang.Object o)
          Writes an object to the trace stream.
 void println(java.lang.String s)
          Writes a line to the trace stream.
 

Method Detail

println

void println(java.lang.String s)
Writes a line to the trace stream.

Parameters:
s - String to write.

println

void println(java.lang.Object o)
Writes an object to the trace stream.

Parameters:
o - Object to write.


Copyright © 2009 CA, All rights reserved