Boost C++ Libraries: Ticket #13409: Logging For Static Methods At Runtime https://svn.boost.org/trac10/ticket/13409 <p> 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 <strong>static classes and methods</strong>. 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 <strong>at runtime</strong>. </p> <p> 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 ? </p> <p> Thanks in advance, Kind Regards </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13409 Trac 1.4.3 Kohei Takahashi Mon, 22 Jan 2018 01:44:44 GMT component changed; owner set https://svn.boost.org/trac10/ticket/13409#comment:1 https://svn.boost.org/trac10/ticket/13409#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Andrey Semashev</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">log</span> </li> </ul> Ticket