|
CS2-Kit
C++23 library for CS2 Metamod:Source plugin development
|
Classes | |
| class | ConsoleLogger |
| Default console logger implementation using HL2SDK's ConColorMsg. Created automatically by CS2Kit::Initialize() when no custom logger is provided. More... | |
Functions | |
| ILogger * | GetGlobalLogger () |
| void | SetGlobalLogger (ILogger *logger) |
| void | SetBaseDir (const std::filesystem::path &baseDir) |
| std::filesystem::path | ResolvePath (const std::string &relativePath) |
Variables | |
| static ILogger * | g_logger = nullptr |
| static std::filesystem::path | g_baseDir |
| ILogger * CS2Kit::Core::GetGlobalLogger | ( | ) |
Definition at line 8 of file Logger.cpp.
References g_logger.
| std::filesystem::path CS2Kit::Core::ResolvePath | ( | const std::string & | relativePath | ) |
| void CS2Kit::Core::SetBaseDir | ( | const std::filesystem::path & | baseDir | ) |
| void CS2Kit::Core::SetGlobalLogger | ( | ILogger * | logger | ) |
|
static |
Definition at line 6 of file Paths.cpp.
Referenced by ResolvePath(), and SetBaseDir().
|
static |
Definition at line 6 of file Logger.cpp.
Referenced by GetGlobalLogger(), and SetGlobalLogger().