First commit

This commit is contained in:
Alexander Bock
2020-08-30 22:00:13 +02:00
parent 19c110a4c2
commit d0508be631
9 changed files with 17 additions and 21 deletions

View File

@@ -91,8 +91,8 @@ public:
* \param category The category of the log message
* \param message The actual log message that was transmitted
*/
void log(ghoul::logging::LogLevel level, const std::string& category,
const std::string& message) override;
void log(ghoul::logging::LogLevel level, std::string_view category,
std::string_view message) override;
/**
* This method removes all the stored LogEntry%s that have expired, calculated by