diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-19 13:55:25 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-19 13:55:25 +0300 |
| commit | 4f81c6ce6c3b836bbfdb86532199aa37382b6147 (patch) | |
| tree | df5f62f54feafd06fac8c3672d6706d19198c789 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | |
| parent | 90fa13d3f55a5ad704ce34b508f15b4abada6872 (diff) | |
| download | Tango-4f81c6ce6c3b836bbfdb86532199aa37382b6147.tar.gz Tango-4f81c6ce6c3b836bbfdb86532199aa37382b6147.zip | |
Some improvements and fixes to machine studio logging module.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs index 2cc23f9e6..53171a1a3 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs @@ -42,7 +42,10 @@ namespace Tango.MachineStudio.UI CoreSettings.DefaultDataBaseSource = "twine01\\SQLTWINE"; #endif + +#if DEBUG LogManager.RegisterLogger(new VSOutputLogger()); +#endif LogManager.RegisterLogger(new FileLogger()); LogManager.Log("Application Started..."); |
