RE: [PROPOSAL] lifecycle release

"Noel J. Bergman" <[email protected]> Sun, 16 Mar 2003 21:33:26 -0500
Newsgroups gmane.comp.jakarta.avalon.phoenix.devel
Message-ID <NBBBJGEAGJAKLIDBKJOPIEDBAMAB.noel__24567.4279322431$1047868366@devtech.com>
> BTW, I'm still thinking about the logging thing.
> Imagine that we have all logging calls done like this:
>   //@log("hello log");
> we would have logging disabled by default, but we can transform the
> class to use logging when running

We do something similar in James with Ant, but the changes are at compile
time.

	--- Noel