cvedia::rt::api::logging::self¶
Attributes¶
| Name | |
|---|---|
| bool | isLoggerInitialized_ |
| std::deque< std::wstring > | history |
| std::size_t const | logBufferSize_ |
| plog::ColorConsoleAppender< plog::RtFormatter > | consoleAppender_ |
| plog::LuaAppender< plog::RtFormatter > | 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::RtFormatter > consoleAppender_;
variable luaAppender_¶
static plog::LuaAppender< plog::RtFormatter > luaAppender_;
Updated on 2025-10-21 at 08:11:05 +0000