Log API
The Log
object provides logging capabilities.
These methods create log lines using the logging system of Smile CDR.
Inputs:
string
– A line to log.Outputs:
Example:
Log.debug('Starting mapping...');
Log.info('Processing completed normally.');
Log.warn('Patient not found.');
Log.error('Mapping failed!');
You are about to leave the Smile Digital Health documentation and navigate to the Open Source HAPI-FHIR Documentation.