Also I should note that it would be possible to modify what I'm trying out to handle this Logging situation as well, from within the ColdSpring XML instead of adding extra attributes to your actual Service CFC methods. In other words, you could define extra metadata for the method in the XML (such as what variables to log) that would be available to the Aspect. This would completely separate what ColdSpring needs to know from your real CFC, which seems like it might be pretty handy. Again just more food for thought really. :-)
On 7/12/07, Brian Kotek <[EMAIL PROTECTED]> wrote:
Thanks Christopher. I had read that a while back. I do think it's a very cool option when you need to give your aspect some specific info about each method. In the example, Chris creates a generic LoggingAdvice and he uses this custom metadata to tell the logger what to log for each method.
