2019-06-21 Fred Gleason <fredg@paravelsystems.com>

* Added 'RDApplication::syslog()' methods.
This commit is contained in:
Fred Gleason
2019-06-24 16:40:18 -04:00
parent 52dc14a3b3
commit f50447eb8b
71 changed files with 1064 additions and 887 deletions

View File

@@ -50,7 +50,7 @@ void Xport::SaveString()
//
// Process Request
//
syslog(LOG_NOTICE,"SAVESTRING: |%s|",(const char *)string.utf8());
rda->syslog(LOG_NOTICE,"SAVESTRING: |%s|",(const char *)string.utf8());
printf("Content-type: application/xml; charset: UTF-8\n");
printf("Status: 200\n\n");
printf("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");