234235236237238239240241
if (parser.containsKey("log", "l")) { turnOnLogging(); } HealthDemo demo = new HealthDemo( new HealthService("Sample Health Client"), System.out); demo.run(username, password); }