| 68 | |
| 69 | std::string_view getLogFileName() const noexcept { return LogFileName; } |
| 70 | void setLogFileName(std::string_view Name) noexcept { |
| 71 | LogFileName = std::string(Name); |
| 72 | } |
| 73 | |
| 74 | const std::string &getLogRegName() const noexcept { return LogRegName; } |
| 75 |