AeroFSSDK.Tests.TestLogging.TestLoggingConfiguration C# (CSharp) 메소드

TestLoggingConfiguration() 개인적인 메소드

private TestLoggingConfiguration ( ) : void
리턴 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!");
        }