made getLogger() method public.
This commit is contained in:
parent
a6eb8d62ca
commit
2f722912b5
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue