From: James A. <ja...@ja...> - 2014-05-29 15:28:58
|
Hi Dayu, HAPI uses SLF4j ( http://www.slf4j.org/ ) for logging. SLF4j is a facade framework which forwards logging to an underlying framework, such as LOG4j or Logback. The easiest way to get started with logging is to just add a logback JAR to your classpath. If you're already using a specific framework, you just need to add the appropriate SLF4j adapter JAR. Cheers, James On Thu, May 29, 2014 at 9:17 AM, Dayu Han <da...@st...> wrote: > Hello > > Just wonder if HAPI has any logging, if yes, how to turn it on. > > Thanks > Dayu > -- > Dayu Han > Software Developer > Strata Health Solutions > Phone: +1 403 261 0855 ext 2102 > www.stratahealth.com > > > > > > > > > > > > > ------------------------------------------------------------------------------ > Time is money. Stop wasting it! Get your web API in 5 minutes. > www.restlet.com/download > http://p.sf.net/sfu/restlet > _______________________________________________ > Hl7api-devel mailing list > Hl7...@li... > https://lists.sourceforge.net/lists/listinfo/hl7api-devel > > |