BRICKOO::SetDebugLevel  (since version 2.0)
Syntax
boolean SetDebugLevel (  integer $debugLevel  )
Parameters
debugLevel
The debug level for handling error and exception messages.
Description
Sets the debug level for handling error and exection messages.

The diffrent debug levels are as constants in the BRICKOO class available.
Return
boolean Returns true on success, false on fail.
Examples
<?php

  BRICKOO
::SetDebugLevel(BRICKOO::DEBUG_DETAILS);

?>

Last change 10/12/2009




Administration