public App() { LoggerController.SetupLog(); if (SettingsController.CreateSettings()) { LoggerController.LogEvent("Settings DB setup ok"); } }