Core Java Technologies Tech TipsTips for using core Java SE APIsAdd Logging at Class Load Time with Java Instrumentation- June 16, 2008 This article shows how to implement a Java agent, which transparently adds entry and exit logging to all methods in all your classes with the standard Java Logging API. Additionally, the article demonstrates how to make the original Hello World program behave like the logging Hello World by manipulating the byte code when it is loaded.http://blogs.sun.com/CoreJavaTechTips/entry/add_logging_at_class_load |