[Care2002-developers] app error log?

2011-04-05 Thread maros6677
Hey everyone, I noticed that there doesn't seem to be any equivalent to java's log4j app-level error reporting; or at least I can't find it..I very much would like to write code like this: if ($this-result = $db-Execute ( $this-sql )) { //blah do something interesting

Re: [Care2002-developers] app error log?

2011-04-05 Thread Gjergj Sheldija
hi, the only way to get a log in c2x is by enabling the db log via $db-debug=true; regards gj. On 04/05/2011 01:26 PM, maros6...@gmail.com wrote: Hey everyone, I noticed that there doesn't seem to be any equivalent to java's log4j app-level error reporting; or at least I can't find it..I