https://github.com/Pwnoz0r/ODZTools/tree/master/Scripts/Logger
change the first line in init.c
#include "$CurrentDir:\\mpmissions\\dayzOffline.chernarusplus\\ODZTools\\Scripts\\Logger\\Logger.c"
and add in init.c
void main()
{
Logger.Init();
Logger.Log(LogType.Debug, "This is a debug message!");
Logger.Log(LogType.Info, "This is a info message!");
Logger.Log(LogType.Warning, "This is a warning message!");
Logger.Log(LogType.Error, "This is a error message!");
.................................................................................
and change the first line in Logger.c
#include "$CurrentDir:\\mpmissions\\dayzOffline.chernarusplus\\ODZTools\\Scripts\\Logger\\Enums\\LogType.c"
I hope you can get better debug information
Unfortunately, I am not a professional