|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "AppenderConsole.h"#include "AppenderDB.h"#include "AppenderFile.h"#include "Common.h"#include "Config.h"#include "Log.h"#include "LogOperation.h"#include "Platform/TimeUtils.h"#include "Util.h"#include <cstdarg>#include <cstdio>#include <sstream>Go to the source code of this file.
Functions | |
| int32 | GetConfigIntDefault (std::string base, const char *name, int32 value) |
| std::string | GetConfigStringDefault (std::string base, const char *name, const char *value) |
Definition at line 36 of file Log.cpp.
References sConfigMgr.
| std::string GetConfigStringDefault | ( | std::string | base, |
| const char * | name, | ||
| const char * | value ) |
Definition at line 42 of file Log.cpp.
References sConfigMgr.