Example #1
0
 public MainWindow()
 {
     InitializeComponent();
     LogControl.Init();
     LogControl.Log("Log has been created", LogControl.LogLevel.Information);
 }