Bug: 472601 org.eclipse.jetty.util.log.Log.setLog(Logger) fixed
This commit is contained in:
parent
c5b36c6353
commit
15c83cf7ce
|
@ -209,6 +209,12 @@ public class Log
|
|||
return LOG;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the root logger.
|
||||
* <p>Not that if any classes have statically obtained their logger instance
|
||||
* prior to this call, their Logger will not be affected by this call.
|
||||
* @param log
|
||||
*/
|
||||
public static void setLog(Logger log)
|
||||
{
|
||||
Log.LOG = log;
|
||||
|
|
Loading…
Reference in New Issue