cvedia::rt::api::logging::self¶
Attributes¶
Name | |
---|---|
bool | isLoggerInitialized_ |
std::deque< std::wstring > | history |
std::size_t const | logBufferSize_ |
plog::ColorConsoleAppender< plog::TxtFormatter > | consoleAppender_ |
plog::LuaAppender< plog::TxtFormatter > | luaAppender_ |
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