Sets the default output stream of the invoking CP object. After this call, all logging output will be output via the new stream. Passing null as the new output stream will turn off all logging output.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public virtual void SetOut(
	TextWriter s
)

Parameters

s
Type: System.IO..::..TextWriter
The new default output stream.

See Also