common/logging: don't use regex for path trimming
This commit is contained in:
parent
a167da4278
commit
a31ed02ae4
4 changed files with 23 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue