![]() ![]() ![]() |
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.)
Text to output.
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" ) ; }
![]() ![]() ![]() |
AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.