-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
trilead-ssh2-build-217-jenkins-14
If you pass a logger as parameter, the following method would not assigned the value
public synchronized void enableDebugging(boolean enable, DebugLogger logger) { Logger.enabled = enable; if (enable == false) { Logger.logger = null; } else { if (logger == null) { Logger.logger = new DebugLogger() { public void log(int level, String className, String message) { long now = System.currentTimeMillis(); System.err.println(now + " : " + className + ": " + message); } }; } } }
[JENKINS-53653] Logger is not assigned
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Attachment | New: jenkins-plugins.txt [ 44525 ] | |
Attachment | New: jenkins-sys-prop.txt [ 44526 ] |
Attachment | Original: jenkins-plugins.txt [ 44525 ] |
Attachment | Original: jenkins-sys-prop.txt [ 44526 ] |
Comment |
[ Sorry, a refresh bug make me mistake this issue with one of mines and I deleted attachments. I really deeply apology. ] |
Released As | New: trilead-ssh2-build-217-jenkins-14 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |