AeroFSSDK.Tests.TestLogging.TestLoggingConfiguration C# (CSharp) Méthode

TestLoggingConfiguration() private méthode

private TestLoggingConfiguration ( ) : void
Résultat 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!");
        }