Next: EndLog
Up: StartLog
Previous: Return Values
Contents
Sample
ok = luacom.StartLog("luacomlog.txt")
if not ok then
print("log not opened")
end
Fabio Mascarenhas de Queiroz 2005-01-07
Next: EndLog
Up: StartLog
Previous: Return Values
Contents
ok = luacom.StartLog("luacomlog.txt")
if not ok then
print("log not opened")
end