You use "mm" for the month AND for the minute. but "mm" is minute, not month so
it display somthing like:
mwguilog-12mm10-05mm.log
code:
wLogStream = new StreamWriter(gui_settings.sLogFolder + "\\mwguilog" +
String.Format("-{0:yymmdd-hhmm}.log", DateTime.Now));
I think it should be MM for month or something like that.
Original issue reported on code.google.com by acemtp on 13 Aug 2012 at 11:15
Original issue reported on code.google.com by
acemtp
on 13 Aug 2012 at 11:15