fixed date format
This commit is contained in:
parent
ff35dd9d58
commit
8193559d97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user