delphimvcframework/lib/luadelphibinding/unittests/Win32/Debug/testFile.lua

7 lines
188 B
Lua
Raw Normal View History

2013-10-31 10:00:06 +01:00
require "logging.file"
local logger = logging.file("__TEST%s.log", "%Y-%m-%d")
logger:info("logging.file test")
logger:debug("debugging...")
logger:error("error!")
logger:info({id = "1"})