delphimvcframework/lib/luadelphibinding/unittests/Win32/Debug/Neopallium-lualogging-66d99e6/tests/testConsole.lua

9 lines
206 B
Lua
Raw Normal View History

2013-10-31 10:00:06 +01:00
require"logging.console"
local logger = logging.console()
logger:info("logging.console test")
logger:debug("debugging...")
logger:error("error!")
logger:debug("string with %4")
print("Console Logging OK")