The demonstration java example generated by Chameleon's
uses the
Log
interface to abstract logging away from the precise device being used.
This interface describes just one function:
println(String Line);
The Log interface
For a real deployment of your HL7 interface written in Java
we recommend you employ the normal mechanisms your organization
uses to log from applications. The println interface used by
Chameleon is simply a convenience for the example applications.