log

API - prints a message to console log

return function()
    log('hello world');
end

Last updated