Make getLogger() public

This commit is contained in:
hns 2005-03-21 13:29:10 +00:00
parent c4c3505545
commit 034153f251

View file

@ -1315,7 +1315,7 @@ public final class Application implements IPathElement, Runnable {
/**
* Get a logger object to log events for this application.
*/
protected Log getLogger(String logname) {
public Log getLogger(String logname) {
String logdir = props.getProperty("logdir", "log");
if ("console".equals(logdir) || "console".equals(logname)) {