|
one problem ive found with #3 is
with error logging. say ive got this scenario page.cfm -> a.doSomthing() -> b.doSomething() -> c.doSomething() sometimes you dont get the correct line number thats causing the error. if the error is logged in b then i points to the line of c.doSomething(), but thats not very helpfull if c.doSomething() is massive! (it shouldnt be i know, but sometimes it is) or even if the chain acutally extends beyond c. Just wondering how everyone using method #3 treats error Logging ? If you dont do error logging, if their was a requirement for developers to be notifed of the exact line causing exceptions in your code, how would you handle it ? Pat Sean Corfield wrote: On 4/14/05, Adrocknaphobia <[EMAIL PROTECTED]> wrote: ---------------------------------------------------------- |
- Re: [CFCDev] cflocation in cfc Pat Branley
- RE: [CFCDev] cflocation in cfc Roland Collins
- Re: [CFCDev] cflocation in cfc David Ross
- Re: [CFCDev] cflocation in cfc Adrocknaphobia
- Re: [CFCDev] cflocation in cfc Kola Oyedeji
