[Boost-bugs] [Boost C++ Libraries] #13409: Logging For Static Methods At Runtime

Subject: [Boost-bugs] [Boost C++ Libraries] #13409: Logging For Static Methods At Runtime
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-01-19 14:34:06


#13409: Logging For Static Methods At Runtime
------------------------------+---------------------
 Reporter: cranberriess89@… | Owner: (none)
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
  Version: Boost 1.54.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------
 Hi,
 We've been logging with Boost Library in the application. We defined a
 dynamic class which can be configured differently to write on file,
 console and server by inheriting from Boost Log library classes.
 There are other 3rd party libraries in the application we use, and one of
 them includes **static classes and methods**. In some scenarios of the
 application, these static methods are called. Our goal is to be able to
 log for static methods when they are called **at runtime**.

 As you may also know, the static methods are linked at compile time. So, I
 can not use our dynamic class for logging. Is there any simple approach I
 can apply for this purpose ?

 Thanks in advance,
 Kind Regards

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13409>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2018-01-19 14:41:22 UTC