add support for logging to syslog (fixes #293), log exit on errors during daemonization, log config path on error, better variable names
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ LogLevel getFacilityLogLevel(LogFacility facility);
|
||||
|
||||
/**
|
||||
* Set the log file to use.
|
||||
* @param filename the name of the log file to use.
|
||||
* @param filename the name of the log file to use, or the empty string for syslog.
|
||||
* @return true on success, false on error.
|
||||
*/
|
||||
bool setLogFile(const char* filename);
|
||||
|
||||
Reference in New Issue
Block a user