Hello
I developing console application that sometimes writes some information to console using Console.WriteLn or Console.Write.
Is it possible to turn on/off displaying of messages that will be written out into console?
Sometimes I don't want anything to be written in the console and sometimes I need it. I hope someone knows solution to this.
thanks
AkipNG
I developing console application that sometimes writes some information to console using Console.WriteLn or Console.Write.
Is it possible to turn on/off displaying of messages that will be written out into console?
Sometimes I don't want anything to be written in the console and sometimes I need it. I hope someone knows solution to this.
thanks
AkipNG
Comment