Added stacktrace for errors.
This commit is contained in:
parent
d3cf795ebb
commit
723e7da8d3
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ public class LogDebugger implements Debugger {
|
|||
@Override
|
||||
public void error(String message, Throwable thrown) {
|
||||
log.log(Level.SEVERE, prepend + message);
|
||||
thrown.printStackTrace();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue