mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 16:25:54 +01:00
7 lines
218 B
Lua
7 lines
218 B
Lua
require "lua_taival.delphiobjects"
|
|
require "logging.file"
|
|
logger = logging.file("test_07_TEST_%s.log", "%Y-%m-%d")
|
|
|
|
--this should raise an exception
|
|
local fs = create_delphi_object('System.Classes.TFileStream');
|