local sf = string . format -- function onPrintLog ( text ) local fmt = sf ( 'PRINTED: "%s"' , text ) print ( fmt ) end