Boost C++ Libraries: Ticket #9263: Add a format flag to extract function names from named scopes https://svn.boost.org/trac10/ticket/9263 <p> The named scope formatter can have a special format placeholder which would try to guess a function name from the scope name. If the scope name matches the conventional "type func(args)" pattern, the placeholder would only extract the "func" part. Otherwise the placeholder should expand in the whole scope name (similar to %n). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9263 Trac 1.4.3 anonymous Sun, 19 Jan 2014 01:30:05 GMT <link>https://svn.boost.org/trac10/ticket/9263#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9263#comment:1</guid> <description> <p> This would be good. Just what i'm looking for. Also file name without path would be useful, as at least on visual studio c++ the path is also included. So log files end up full off clutter. </p> <p> So instead of getting verbose formatting like this </p> <p> "int <span class="underline">cdecl main(int,char *[]);c:\users\someone\documents\visual studio 2013\projects\source1.cpp;201" </span></p> <p> one could get concise formatting like this: </p> <p> "main;source1.cpp;201" </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sun, 23 Feb 2014 19:26:36 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9263#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9263#comment:2</guid> <description> <p> Implemented preliminary version in develop: <a class="ext-link" href="https://github.com/boostorg/log/commit/15ed06e6065e3b83ecd2199562b7b6d2591f5cbb"><span class="icon">​</span>https://github.com/boostorg/log/commit/15ed06e6065e3b83ecd2199562b7b6d2591f5cbb</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sat, 15 Mar 2014 12:42:09 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9263#comment:3 https://svn.boost.org/trac10/ticket/9263#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Merged to master. </p> Ticket