delphimvcframework/lib/luadelphibinding/unittests/Win32/Debug/test_08.lua
2013-10-31 09:00:06 +00:00

9 lines
212 B
Lua

require "logging.file"
--logger = logging.file("test_08_TEST_%s.log", "%Y-%m-%d")
logger = logging.file("test_08_TEST.log")
logger:debug("running the file...")
function myfunc(a,b,c)
return a..b..c
end