api/logging.cpp¶
Namespaces¶
| Name |
|---|
| plog |
| cvedia |
| cvedia::rt |
| cvedia::rt::api |
| cvedia::rt::api::logging |
| cvedia::rt::api::logging::self |
Classes¶
| Name | |
|---|---|
| class | plog::RtFormatter |
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-28 at 14:24:03 +0000