forked from eden-emu/eden
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
|
@ -120,7 +120,7 @@ private:
|
|||
duration_cast<std::chrono::microseconds>(steady_clock::now() - time_origin);
|
||||
entry.log_class = log_class;
|
||||
entry.log_level = log_level;
|
||||
entry.filename = Common::TrimSourcePath(filename);
|
||||
entry.filename = filename;
|
||||
entry.line_num = line_nr;
|
||||
entry.function = function;
|
||||
entry.message = std::move(message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue