From: Gerhard Sittig Date: Wed, 15 Aug 2018 21:48:52 +0000 (+0200) Subject: Logging: obsolete -s, log to internal buffer as well as stdout X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=4b9234088f56c5b0e22f8aa5b18ef346285a7fc6;hp=4b9234088f56c5b0e22f8aa5b18ef346285a7fc6 Logging: obsolete -s, log to internal buffer as well as stdout Query the sr and srd libraries' current log routines before registering PV's own log callback which queues messages in an internal buffer. This allows duplication of messages to the internal buffer _and_ stdout, and thus obsoletes the -s option. ---