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!');