CCFXRequest::WriteDebug  
 
 
void CCFXRequest::WriteDebug(LPCSTR lpszOutput)

Writes text output into the debug stream. This text is only displayed to the end-user if the tag contains the DEBUG attribute. (For more information, see the Debug member function.)

lpszOutput

Text to output.

 
 
  Example  
 

The following example checks to see whether the DEBUG attribute is present, and if it is, it writes a brief debug message:

if ( pRequest->Debug() )
{
        pRequest->WriteDebug( "Top secret debug info" ) ;
}


 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.