fixed date format

This commit is contained in:
tmont 2009-04-12 00:37:37 +00:00
parent ff35dd9d58
commit 8193559d97

View File

@ -27,7 +27,7 @@ namespace SimpleLog {
this.lineTerminator = SimpleLog.LineTerminator.Unix;
this.Enabled = true;
this.messageHandler = new DefaultMessageHandler();
this.dateFormat = "YYYY-MM-dd HH:ii:ss";
this.dateFormat = "yyyy-MM-dd HH:mm:ss";
}
#region ILogger members