Home AMX User Forum NetLinx Studio

Report Logging

jjamesjjames Posts: 2,908
I remember seeing a thread that had a reference to a module that would record a diagnostic log and written to a file on the FTP (I think.) I've searched the forums and can't find it. I'm having some problems with a few systems locking up and it's very sporadic. I was hoping I could log any run-time errors, etc. without having to be connected to the system.

Any help is appreciated.

Comments

  • DHawthorneDHawthorne Posts: 4,584
    That was a module I whipped up ... you can find it at: http://www.amxforums.com/showthread.php?t=1187

    One caution I haven't mentioned before with this module - it does no memory checks before writing to the log file. If you have a runaway error, it will fill up your ram drive rapidly and the system will eventually shut down. Make sure you have no runaway error messages (I sort of presumed this, I suppose the module needs updating for a mem check) before loading it on a live system.
  • jjamesjjames Posts: 2,908
    Thanks, that's what I was looking for!
Sign In or Register to comment.