Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Ugh - how to add logging to a project using aspects

THANKS ron!! You appear to be the sole proprietor of that site.
 
I had googled and searched my head off before this post, didn't seem unlikely to me that such a thing would exist. This is great.
 
have a nice weekend,
owen
 
Owen Corpening
10911 Watchful Fox Drive
Austin, TX 78748

512 280-1753 Home
512 659-5300 Cell


----- Original Message ----
From: Ron Bodkin <rbodkin@xxxxxxxxxxxxxx>
To: aspectj-users@xxxxxxxxxxx
Sent: Friday, September 22, 2006 2:20:20 PM
Subject: RE: [aspectj-users] Ugh - how to add logging to a project using aspects

Hi Owen,

 

There are reusable logging and tracing aspects in the open source ajlib incubator project. You can browse the code and download a tarball at http://fisheye.codehaus.org/browse/ajlib-incubator  The ajlib incubator is a place where reusable AspectJ library aspects can be contributed (it could definitely use more contributions).

 


From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Owen Corpening
Sent: Friday, September 22, 2006 10:31 AM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Ugh - how to add logging to a project using aspects

 

I have done this before; I know how to create aspects, etc.

 

I was hoping that by now the whole process is either automated or documented as a cookbook.

 

It seems like SUCH a common problem, you find yourself on a project with no tracing/logging, and you left all your aspects “at home”.

 

Is there at least a standard set of logging/tracing aspects?

 

Thanks!

owen

 

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top