NetTalk Central

Author Topic: NT - Force NetAll Debug to Text File  (Read 1356 times)

David

  • Full Member
  • ***
  • Posts: 127
    • View Profile
NT - Force NetAll Debug to Text File
« 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: NT - Force NetAll Debug to Text File
« Reply #1 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