Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.10.0
-
None
-
None
-
REHL 5, X86_64
Description
You can specify %M and %C in the ConversionPattern which is intended to display the Method Name and Class Name (not documented but it is implemented). The implementation for these functions (in src/main/cpp/locationinfo.cpp) in correctly handles the case where the _PRETTY_FUNCTION_ returns the return type for a function i.e.:
std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > fooNamespace::Foo::vecFunction()