api/logging.cpp
Namespaces
Functions
Attributes
Functions Documentation
function getenvstr
static std::string getenvstr(
std::string key
)
Attributes Documentation
variable isLoggerInitialized_
static bool isLoggerInitialized_;
variable history
static std::deque< std::wstring > history;
variable logBufferSize_
static std::size_t const logBufferSize_ = 40;
variable consoleAppender_
static plog::ColorConsoleAppender< plog::TxtFormatter > consoleAppender_;
variable luaAppender_
static plog::LuaAppender< plog::TxtFormatter > luaAppender_;
Updated on 2024-11-12 at 14:49:13 +0000