Add function name.
Change-Id: I9553cfc4be38573b9c4a14f1c76654d618fff992
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
::utils::LogCatcher( \
::utils::LogLevel::LOG_ ## LEVEL, __tag_for_project()) \
& ::utils::StringStream<char>() \
- << std::setw(36) << std::left \
- << (std::string(__FILENAME__) + ":" + std::to_string(__LINE__)).c_str() \
+ << std::setw(50) << std::right \
+ << (std::string(__FILENAME__) + ": " + std::string(__FUNCTION__) + "(" + \
+ std::to_string(__LINE__) + ")").c_str() \
<< std::setw(0) << " : " \
#endif // MANIFEST_PARSER_UTILS_LOGGING_H_