Arma 3
Error Logger
Showing 1-2 of 2 entries
Update: 14 Sep @ 6:18pm

fixed critical problem with undefined variable that was causing internal errors with this script
completely revamped the script to not parse any extra functionality outside of the handler and moved to another script (following)
changed storage of errors to parsingnamespace (for consistency)
added script errorlog_fnc_errorsparser that outputs the errors in a "readable" format such that one can recall the messages

Update: 11 Jan @ 11:12pm

initial upload
includes a simple culling function to only grab the last error message if the entire variable is over 1e7 bytes and only the last 10 errors: so as to reduce the memory usage and hopefully improve performance.
this can be run server and/or client side seamlessly