Activity for sfuser3

  • sfuser3 sfuser3 posted a comment on discussion Help

    Thanks for your comments; they're much appreciated. I'm not using SF actively, ... If not SF, which forum would you recommend for Boost.Log related questions?

  • sfuser3 sfuser3 posted a comment on discussion Help

    The code presented in this post [which still cannot be seen, as it remains in quarantine], was contrived to be simple and yet demonstrate the discrepancy. In the actual application where these discrepancies were first identified, the durations are longer. Rather than use Boost.Log's Duration attribute, I have achieved satisfactory results with the following RAII approach: class ScopedLogger { ScopedLogger() = delete; ScopedLogger(const ScopedLogger&) = delete; boost::log::sources::severity_channel_logger_mt<...

  • sfuser3 sfuser3 posted a comment on discussion Help

    I'm seeing a significant discrepancy between the logged TimeStamps and the logged duration of the timed function. The following simple test program has a DurationLogger class whose ctor issues a START log (and registers the Duration attribute) and whose dtor issues a STOP log. The class has a logger member variable to which the START/STOP logs are sent: $ cat logtest.cc #include <string> #include <boost/core/null_deleter.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include <boost/log/common.hpp>...

  • sfuser3 sfuser3 posted a comment on discussion Help

    I've been looking at "Post awaiting moderation." for 24 hours. Anybody home?

  • sfuser3 sfuser3 posted a comment on discussion Help

    I have the following ASN.1 input file: MyFoo DEFINITIONS AUTOMATIC TAGS ::= BEGIN...

  • sfuser3 sfuser3 created ticket #4

    Documentation error: async_write() "always returns immediately" [false?]

1