/// /// This sample shows how to call the method. /// /// class TestClass /// { /// static int Main() /// { /// Logging.info("This is an informational message."); /// } /// } /// /// /// /// This sample shows how to call the method. /// /// class TestClass /// { /// static int Main() /// { /// Logging.info("This is an informational message."); /// } /// } /// /// public static void info(String sMessage) { ... }