NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: David on April 29, 2013, 04:54:37 AM

Title: NT - Force NetAll Debug to Text File
Post by: David on April 29, 2013, 04:54:37 AM
Is there a way to force NT to write debug messages out to a text file instead of DebugView?  The app is running as a service on a customer site, it would be easier to have them send me a text file then: gain access to their server, install DebugView, keep a user logged into the desktop so DebugView continues to run, then save to disk, send me the file.

David.
Title: Re: NT - Force NetAll Debug to Text File
Post by: Bruce on April 29, 2013, 05:53:30 AM
the easiest approach would be to add embed code to the _TRACE method in either the WebHandler or WebServer procedures (or both). You can then do anything you like with the text that's coming in there.

cheers
Bruce