From ca293b80c52a54c73251fbf3cd50741fb5653ae9 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 15 Apr 2018 19:51:07 +0300 Subject: Lots Of Work ! --- Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs') diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index 88fc04090..9af0d9f49 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -136,7 +136,7 @@ namespace Tango.Integration.Operation String folder = SettingsManager.DefaultFolder + "\\embedded logs"; Directory.CreateDirectory(folder); - FileLogger fileLogger = new FileLogger(Path.Combine(folder, String.Format("{1}-{0:yyyy-MM-dd_hh-mm-ss}.log", DateTime.Now, "embedded"))) { Enabled = true }; + FileLogger fileLogger = new FileLogger(Path.Combine(folder, String.Format("{1}-{0:dd-MM-yyyy_HH-mm-ss}.log", DateTime.Now, "embedded"))) { Enabled = true }; _embeddedLogger.RegisterLogger(fileLogger); } } -- cgit v1.3.1