void OutputServer::write2syslog ( std::string  _string  )  [private]

Definition at line 81 of file OutputServer.cpp.

00081                                              {
00082         openlog("keyvil", LOG_CONS | LOG_PID, LOG_LOCAL3);
00083         //syslog (LOG_DEBUG, "Der Counter steht auf %d.", choice);
00084         syslog (LOG_DEBUG,"%s", _string.c_str());
00085         closelog();
00086 } // write2syslog


Generated on Wed Jun 25 14:47:12 2008 for keyvil by  doxygen 1.5.1