diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
