User Server.getLogger() to get the Logger.

This commit is contained in:
hns 2003-12-12 11:37:05 +00:00
parent fb7c48416d
commit 0b399703b2

View file

@ -41,7 +41,7 @@ public class HelmaShutdownHook extends Thread {
public void run() {
System.err.println("Shutting down Helma - please stand by...");
LogFactory.getLog("helma.server").info("Shutting down Helma");
Server.getLogger().info("Shutting down Helma");
appmgr.stopAll();