/*The loggers are typically initialized by a special initialization
listener or servlet. If this is not the case, then initialize the
logger here:
java.util.ResourceBundle bundle =
java.util.ResourceBundle.getBundle(
"com.jspservletcookbook.global");
PropertyConfigurator.configure(bundle.getString(
"log-configure-path"));*/
log = Logger.getLogger(SessionLogger.class);