Manages the logging of exceptions and status information.
To select a particular implementation with which to log, set the system property ca.on.uhn.hl7.log
to the fully qualified class name of a subclass of Log before getInstance() is first called. If this property is not set, the default FileLog is used with the log files "hl7_exceptions_
The logs entries arising from a particular VM can be named, to distinguish them from log entries from other VMs. To do this, set the system property "ca.uhn.hl7v2.log.name" to something descriptive.
@author Bryan Tripp (bryan_tripp@sourceforge.net) @deprecated MUST USE jakarta-commons-logging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|