mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
8 lines
220 B
Lua
8 lines
220 B
Lua
require "lua_taival.delphiobjects"
|
|
require "logging.file"
|
|
logger = logging.file("test_05_TEST_%s.log", "%Y-%m-%d")
|
|
|
|
local sl = connect_to_delphi_object(stringlist);
|
|
sl.Text = "Daniele Teti"
|
|
logger:debug(sl.Text);
|