Пример #1
0
        public bool LogAndGetSuccessStatus()
        {
            var primaryLoggingService = new ConsoleLoggingService();

            var v = new LogAction(primaryLoggingService);

            return(v.LoggingWasSuccessful("Hello world!", SharedData.AppSecrets.CroweExercise_Execution_Env, DateTime.UtcNow));
        }