| Overview | Group | Tree | Graph | Index | Concepts | 
The routine CPXflushstdchannels 
 flushes the output buffers of the four standard channels
 cpxresults, cpxwarning, cpxerror, and
 cpxlog. Use this routine where it is important to see all of
 the output created by CPLEX either on the screen or in a disk file without
 calling CPXflushchannel for each of the four channels.
Example
status = CPXflushstdchannels (env);
| env | A pointer to the CPLEX environment as returned by   |