Some logging changes

This commit is contained in:
Ziver Koc 2015-04-14 22:16:36 +00:00
parent 1684c86a60
commit 0bd94eeebf
3 changed files with 30 additions and 15 deletions

View file

@ -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