|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include "Engine/Logging/LogCategory.h"#include <algorithm>#include <cctype>#include <fstream>#include <nlohmann/json.hpp>#include <plog/Log.h>Go to the source code of this file.
Namespaces | |
| namespace | EngineCore |
| Log category system implementation. | |
Functions | |
| LogVerbosity | EngineCore::verbosityFromString (const std::string &str) |
| Parse verbosity from string (case-insensitive) | |