Set Loadtime Weaving with No Logging

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3527

This topic has not yet been written. The content below is from the topic description.
Loadtime weaving with no logging For this example, we explicitly pass in ... ... when running the application, so we have turned off logging. If left out the result would have been exactly the same, it is just there for clarity. To run the example with loadtime weaving and no logging turned on, you can run $ ant run.loadtime.nologging This will run the application with no logging: ... run.loadtime.nologging: [java] --- pojo.notwoven(); --- [java] notwoven() [java] --- pojo.boundMethod(); --- [java] <<< Entering SimpleInterceptor [java] boundMethod [java] >>> Leaving SimpleInterceptor