Talk:New Features in Qt 5.6: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
 
(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.)
 
(One intermediate revision by the same user not shown)

Latest revision as of 10:51, 18 December 2015

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)