package test.wksp.eclipse; public class X20 { /** * Sets the build logger. The parameter <code>className</code> * is the class name of a <code>org.apache.tools.ant.BuildLogger</code> * implementation. The class will be instantiated at runtime and the * logger will be called on build events * (<code>org.apache.tools.ant.BuildEvent</code>). * Only one build logger is permitted for any build. */ void foo(String className) { } }