ca.uhn.hl7v2
Class VersionLogger

java.lang.Object
  extended by ca.uhn.hl7v2.VersionLogger

public class VersionLogger
extends Object

Class to log the HAPI version when HAPI is first used (mostly for troubleshooting purposes)


Method Summary
static String getVersion()
           
static void init()
          Logs the HAPI version on the first time this method is invoked, does nothing afterwards
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init()
Logs the HAPI version on the first time this method is invoked, does nothing afterwards


getVersion

public static String getVersion()
Returns:
Returns the current version of HAPI


Copyright © 2001-2012 University Health Network. All Rights Reserved.