Some logging changes
This commit is contained in:
parent
1684c86a60
commit
0bd94eeebf
3 changed files with 30 additions and 15 deletions
|
|
@ -38,7 +38,7 @@ public class CompactLogFormatter extends Formatter{
|
|||
// the stream should print time stamp
|
||||
private boolean timeStamp = true;
|
||||
//The time stamp style
|
||||
private SimpleDateFormat dateFormatter = new SimpleDateFormat();
|
||||
private SimpleDateFormat dateFormatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
|
||||
// If displaying class names are enabled
|
||||
private boolean className = true;
|
||||
// If displaying method names are enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue