Subversion Repositories tpanel

Rev

Rev 385 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 385 Rev 386
Line 27... Line 27...
27
#include <mutex>
27
#include <mutex>
28
#include <thread>
28
#include <thread>
29
 
29
 
30
#define LPATH_FILE          1   //!< Creates a log file and protocolls there
30
#define LPATH_FILE          1   //!< Creates a log file and protocolls there
31
#define LPATH_SYSLOG        2   //!< Writes to the syslog.
31
#define LPATH_SYSLOG        2   //!< Writes to the syslog.
-
 
32
#ifdef __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__
-
 
33
#define LOGPATH             LPATH_SYSLOG
-
 
34
#else
32
#define LOGPATH             LPATH_FILE
35
#define LOGPATH             LPATH_FILE
33
 
36
#endif
34
#define HLOG_NONE           0x0000
37
#define HLOG_NONE           0x0000
35
#define HLOG_INFO           0x0001
38
#define HLOG_INFO           0x0001
36
#define HLOG_WARNING        0x0002
39
#define HLOG_WARNING        0x0002
37
#define HLOG_ERROR          0x0004
40
#define HLOG_ERROR          0x0004
38
#define HLOG_TRACE          0x0008
41
#define HLOG_TRACE          0x0008