Skip to content

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-03-18 at 17:17:19 +0000