When compiling my project that uses boost logging library, I am getting following linker error.
LNK2001 unresolved external symbol "public: static class boost::log::v2s_mt_nt6::sources::severity_logger_mt __cdecl my_logger::construct_logger(void)" (?construct_logger@my_logger@@SA?AV?$severity_logger_mt@W4severity_level@trivial@v2s_mt_nt6@log@boost@@@sources@v2s_mt_nt6@log@boost@@XZ)
I don't know how to read this error message with mangled function names. Can anyone tell me in human readable way what function it cannot find?