Hi.
I started working with SugarCRM this week and I have a doubt about the logging mechanism...
I developed 2 new php files and I want to use the SugarCRM logging mechanism so I can control some variables. I added the require_once('include/entryPoint.php') line at the begining of the files. If I understood correctly, the entryPoint.php defines a $GLOBALS['log'] variable... but when I use this variable to insert a debug message in the log, nothing happens... the sugarcrm.log is empty.
I've already changed the log4php.properties file to a lower logging level... and I tried ti understand how the SugarCRM writes its messages to the log file. I believe it is using the trigger_error php function... How does it define the log location/file??

Thanks,
Pedro Santos