Log from Process Lambda

The following example shows how to send a new line to the processing log: 

 from voxelfarm import process_lambda

lambda_host = process_lambda.process_lambda_host()

lambda_host.log('My log message here) 

  