api/logging.cpp¶
Namespaces¶
Name |
---|
cvedia |
cvedia::rt |
cvedia::rt::api |
cvedia::rt::api::logging |
cvedia::rt::api::logging::self |
Functions¶
Name | |
---|---|
std::string | getenvstr(std::string key) |
Attributes¶
Name | |
---|---|
bool | isLoggerInitialized_ |
std::deque< std::wstring > | history |
std::size_t const | logBufferSize_ |
plog::ColorConsoleAppender< plog::TxtFormatter > | consoleAppender_ |
plog::LuaAppender< plog::TxtFormatter > | luaAppender_ |
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-15 at 16:17:52 +0000