mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 13:15:45 +00:00
common/logging: don't use regex for path trimming
This commit is contained in:
parent
ad4f27978a
commit
45e463971b
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