Artemis.ArtemisBootstrapper.ArtemisBootstrapper C# (CSharp) Method

ArtemisBootstrapper() public method

public ArtemisBootstrapper ( ) : System
return System
        public ArtemisBootstrapper()
        {
            // Start logging before anything else
            Logging.SetupLogging(SettingsProvider.Load<GeneralSettings>().LogLevel);

            Initialize();
            BindSpecialValues();
        }