made getLogger() method public.

This commit is contained in:
hns 2002-06-27 15:28:21 +00:00
parent a6eb8d62ca
commit 2f722912b5

View file

@ -308,7 +308,7 @@ import helma.util.*;
/**
* Get a logger to use for output in this server.
*/
protected static Logger getLogger () {
public static Logger getLogger () {
if (logger == null) {
String logDir = sysProps.getProperty ("logdir");
if (logDir == null || "console".equalsIgnoreCase (logDir)) {