Make getLogger() public
This commit is contained in:
parent
c4c3505545
commit
034153f251
1 changed files with 1 additions and 1 deletions
|
@ -1315,7 +1315,7 @@ public final class Application implements IPathElement, Runnable {
|
||||||
/**
|
/**
|
||||||
* Get a logger object to log events for this application.
|
* 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");
|
String logdir = props.getProperty("logdir", "log");
|
||||||
|
|
||||||
if ("console".equals(logdir) || "console".equals(logname)) {
|
if ("console".equals(logdir) || "console".equals(logname)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue