Fate-Grand-Order_Lua icon indicating copy to clipboard operation
Fate-Grand-Order_Lua copied to clipboard

Lua logging for debug purposes

Open 29988122 opened this issue 6 years ago • 1 comments

https://github.com/29988122/Fate-Grand-Order_Lua/issues/115 https://github.com/29988122/Fate-Grand-Order_Lua/issues/118

Bugs, unintended behavior like this keep reappearing, so a proper debugging model's needed I guess.

I found this, but of course, this is not yet determined. http://neopallium.github.io/lualogging/manual.html

29988122 avatar Dec 24 '18 06:12 29988122

I have looked into getting that implemented before I even tried the resolution scaling and I couldn't get it to work because it uses functions that are not inherently available in the Ankulua framework. So we may need to implement the function being asked for ourselves or find the one it tries to implement.

I could be mistaken, but I believe it is trying to use a function found in Lua 5.1.x and I am unsure of how to get that working using Ankulua

TryBane avatar Dec 24 '18 07:12 TryBane