Previous:Text Streams   Main Index   Next:Directing Text Streams to Files



Console Text Output

Debug_Console=bool

Turn console display of debug info text on/off

+GD

Same as Debug_Console=On

-GD

Same as Debug_Console=Off

Fatal_Console=bool

Turn console display of fatal error text on/off

+GF

Same as Fatal_Console=On

-GF

Same as Fatal_Console=Off

Render_Console=bool

Turn console display of render info text on/off

+GR

Same as Render_Console=On

-GR

Same as Render_Console=Off

Statistic_Console=bool

Turn console display of statistic text on/off

+GS

Same as Statistic_Console=On

-GS

Same as Statistic_Console=Off

Warning_Console=bool

Turn console display of warning text on/off

+GW

Same as Warning_Console=On

-GW

Same as Warning_Console=Off

All_Console=bool

Turn on/off all debug, fatal, render, statistic and warning text to console.

+GA

Same as All_Console=On

-GA

Same as All_Console=Off

You may suppress the output to the console of the debug, fatal, render, statistic or warning text streams. For example the Statistic_Console=off option or the -GS switch can turn off the statistic stream. Using on or +GS you may turn it on again. You may also turn all five of these streams on or off at once using the All_Console option or +GA switch.

Note that these options take effect immediately when specified. Obviously any error or warning messages that might occur before the option is read are not be affected.



Previous:Text Streams   Main Index   Next:Directing Text Streams to Files