Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Simple plugin to print logs to Xcode console — Gideros Forum

Simple plugin to print logs to Xcode console

uzubariuzubari Member
edited December 2015 in Plugins
I did not find how to print logs to Xcode console from lua so I have tried to create a plugin for that job,
Here is a simple iOS plugin to print logs from lua to Xcode.
usage,
copy it to your Xcode project's Plugins directory,
in lua;
local ioslog = require "ioslog"
ioslog.xlog ("Something goes to console")
It is created by following the tutorial from here
http://howto.oz-apps.com/2013/11/creating-plug-in-for-lua-framework.html
zip
zip
ioslog.mm.zip
1K
+1 -1 (+3 / -0 )Share on Facebook

Comments

Sign In or Register to comment.