Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Can AOP really solve the "logging problem"?

I have some sample code (with need for improvement) that might help. Please read my newsletter article Aspect Oriented Programming (AOP): Using AspectJ to implement and enforce coding standards



-------Original Message-------
> From: John W. Cocula
> Subject: [aspectj-users] Can AOP really solve the "logging problem"?
> Sent: 11 Apr 2003 10:00:48
>
>
> I have seen references to the hypothesis that AOP in general, and
> AspectJ in particular, can separate out the concern of *logging* (not
> tracing) in large systems.  In fact, an excellent Xerox PARC
> presentation referenced Tomcat's extremely messy logging as a target for
> AOP.
>
> But I have yet to find a detailed treatment of how logging could be
> cleanly separated with AOP or AspectJ.  Does anyone have any concrete
> references?
>
> Many thanks for your help.
>
> Regards,
> John
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
-------Original Message-------



Back to the top