class LogInstance renamed to Logger; documentation for logging subsystem added.

This commit is contained in:
Roland Jax
2014-11-18 20:15:01 +01:00
parent 1415b143af
commit e2f6bbffb0
21 changed files with 347 additions and 157 deletions
+3 -1
View File
@@ -28,7 +28,7 @@ class Daemon
public:
/**
* @brief create an daemon instance and return the reference.
* @brief create an instance and return the reference.
* @return the reference to instance.
*/
static Daemon& Instance();
@@ -58,8 +58,10 @@ private:
/** status of process; true if we are a daemon */
bool m_status;
/** name of the pid file*/
const char* m_pidfile;
/** file descriptor of the pid file */
int m_pidfd;