BIF3
[ class tree: BIF3 ] [ index: BIF3 ] [ all elements ]
Prev Next
Debugging

In order to configure your application with debugging, you should include in your bifConfig.inc.php:
$bifcfg['debug']['level'] = 1;
And if you want to output some debugging information in some part of the application:
bif_debug("some debugging info about $var");
You can set different debuging levels, for example:
bif_debug("some verbose debugging info",2);
Reload the page and we'll see that it won't apear, unless you set debug level greater or equal to 2 in your bifConfig.inc.php, that is:
$bifcfg['debug']['level'] = 2;

Prev   Next
File Uploading ChangeState es-AR

Documentation generated on Wed, 10 Nov 2004 19:41:20 -0300 by phpDocumentor 1.2.3