diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-25 10:39:16 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-25 10:39:16 +0300 |
| commit | a299149cf7ce3d0fa363fd53840dcf41bf794125 (patch) | |
| tree | dca7674cf4ba9f2a3ad54412b0d7440c2ba24bda /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | |
| parent | b2031a1f090aa9d08445e4140c1afe2ec8a72fa4 (diff) | |
| download | Tango-a299149cf7ce3d0fa363fd53840dcf41bf794125.tar.gz Tango-a299149cf7ce3d0fa363fd53840dcf41bf794125.zip | |
Improved log manager referenced assemblies listing.
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 | 2 |
1 files changed, 2 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 bdd341592..c0be40ad4 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs @@ -50,6 +50,8 @@ namespace Tango.MachineStudio.UI LogManager.Log("Application Started..."); + LogManager.LogReferencedAssemblies(); + base.OnStartup(e); LogManager.Categories.Clear(); |
