mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
6 lines
84 B
Lua
6 lines
84 B
Lua
require "Lua.logger"
|
|
|
|
function _out(value)
|
|
response:out(tostring(value))
|
|
end
|