Log to file as dedicated server (do not use syslog any more).

This commit is contained in:
lotodore
2007-11-22 17:25:55 +00:00
parent c0bf559ca2
commit 65a3f969bf
4 changed files with 49 additions and 17 deletions
+6
View File
@@ -27,6 +27,12 @@
using namespace std;
void
loghelper_init(const std::string & /*logDir*/)
{
// Do not log to file as client.
}
void
internal_log_err(const string &msg)
{