Logger Declaration

Two operations are executed:

Most of the documentation is already done in the Preferences

Example:

import org.apache.log4j.Logger;

public class MyClass {
	/**
	 * Logger for this class
	 */
	private static final Logger logger = Logger.getLogger(MyClass.class);