inital
This commit is contained in:
21
F4SD_IconPicker/F4SDicons/App.xaml.cs
Normal file
21
F4SD_IconPicker/F4SDicons/App.xaml.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using C4IT.Logging;
|
||||
using System.Windows;
|
||||
|
||||
namespace F4SDicons
|
||||
{
|
||||
|
||||
public partial class App : Application
|
||||
{
|
||||
protected override void OnStartup(StartupEventArgs e)
|
||||
{
|
||||
base.OnStartup(e);
|
||||
InitializeLogger();
|
||||
}
|
||||
|
||||
private void InitializeLogger()
|
||||
{
|
||||
cLogManagerFile.CreateInstance(false, SubFolder: "Logs");
|
||||
cLogManager.DefaultLogger.LogAssemblyInfo();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user