common/logging: don't use regex for path trimming

This commit is contained in:
BreadFish64
2019-12-24 14:19:18 -06:00
committed by FearlessTobi
parent a167da4278
commit a31ed02ae4
4 changed files with 23 additions and 36 deletions

View File

@ -23,7 +23,7 @@ struct Entry {
std::chrono::microseconds timestamp;
Class log_class;
Level log_level;
std::string filename;
const char* filename;
unsigned int line_num;
std::string function;
std::string message;