Talk:New Features in Qt 5.6

From Qt Wiki
Revision as of 10:51, 18 December 2015 by Guy Harris (talk | contribs) (Erm, Wikipedia's version of the WikiMedia engine is a bit nicer - no pop-up dialog for adding a new section to the talk page, and no double posting when you click the dialog again because it (or my overloaded Safari) responds slowly.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Is logging directly to syslog really limited to Linux? (For example, is that not done on OS X?)

The page says "Allow logging directly to syslog on Linux systems", but the code appears as if it'll handle any system with the UN*X syslog() API, including, for example, OS X. Is it really restricted to Linux? If so, is that because QT_USE_SYSLOG is only defined on Linux systems (or on Linux systems where you're not logging to journald)? Guy Harris (talk) 10:49, 18 December 2015 (UTC)