passing all writefln arguments

Saaa empty at needmail.com
Wed Mar 19 22:10:29 PDT 2008


I'm trying to make my own little debug_writefln which only prints when I set 
my DEBUGG to true.

void dWritefln(...){
   if(DEBUGG==true) writefln( ? );
}

What should I place there to make this work, or should I approuch this 
wholly differently? 




More information about the Digitalmars-d-learn mailing list