LYC33OERL3R7UR4VSAKMQ7PVGVGSB3AS7WBTHBBXCDAU7JJHTYWQC
love.filesystem.append('log', info.short_src..':'..info.currentline..': '..json.encode(obj)..'\n')
local msg
if type(obj) == 'string' then
msg = obj
else
msg = json.encode(obj)
end
love.filesystem.append('log', info.short_src..':'..info.currentline..': '..msg..'\n')