Returns the output stream of the invoking CP object. This stream is used by CP for printing logging information. It can be set with the method CP.SetOut.

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

Syntax

C#
public virtual TextWriter Output()
Visual Basic
Public Overridable Function Output As TextWriter

Return Value

The output stream of the invoking CP object.

See Also