| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for Debugging:
 Collaboration diagram for Debugging:| Functions | |
| phpCAS::setDebug ($filename= '') | |
| Set/unset debug mode. | |
| Variables | |
| const | DEFAULT_DEBUG_DIR = '/tmp/' | 
| The default directory for the debug file under Unix. | |
| phpCAS::setDebug | ( | $filename = '' | ) | 
Set/unset debug mode.
| $filename | the name of the file used for logging, or FALSE to stop debugging. | 
Definition at line 465 of file CAS.php.
References $filename, $PHPCAS_DEBUG, DEFAULT_DEBUG_DIR, phpCAS\error(), PHPCAS_VERSION, and phpCAS\trace().
Referenced by ilCASAuth\ilCASAuth(), and ilAuthContainerCAS\initCAS().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| const DEFAULT_DEBUG_DIR = '/tmp/' | 
The default directory for the debug file under Unix.
Definition at line 260 of file CAS.php.
Referenced by phpCAS\setDebug().