AeroFSSDK.Tests.TestLogging.TestLoggingConfiguration C# (CSharp) Method

TestLoggingConfiguration() private method

private TestLoggingConfiguration ( ) : void
return void
        public void TestLoggingConfiguration()
        {
            // inspect the output for this test case to observe the effects
            // and confirm whether the logger is working correctly.
            Logger.Info("Hello World!");
        }