| 12 | std::shared_ptr<spdlog::logger> qtDefaultLogger; |
| 13 | |
| 14 | const std::string localFile(const std::string& fullPath) |
| 15 | { |
| 16 | return std::strchr(fullPath.c_str(), '/') ? std::strrchr(fullPath.c_str(), '/') + 1 : fullPath; |
| 17 | } |
| 18 | |
| 19 | void setupLogger(bool verbose) |
| 20 | { |