Class ManusSDK::Log
Public Static Functions
| Type | Name |
|---|---|
| void | Debug (const char * p_Tag, const char * p_String) |
| void | Debug (const char * p_Tag, const char * p_Format, Args &&... p_Args) |
| void | Error (const char * p_Tag, const char * p_String) |
| void | Error (const char * p_Tag, const char * p_Format, Args &&... p_Args) |
| void | Info (const char * p_Tag, const char * p_String) |
| void | Info (const char * p_Tag, const char * p_Format, Args &&... p_Args) |
| void | RegisterCallback (void * p_Function) |
| void | Warn (const char * p_Tag, const char * p_String) |
| void | Warn (const char * p_Tag, const char * p_Format, Args &&... p_Args) |
Public Static Functions Documentation
function Debug [1/2]
function Debug [2/2]
template<typename... Args>
static inline void ManusSDK::Log::Debug (
const char * p_Tag,
const char * p_Format,
Args &&... p_Args
)
function Error [1/2]
function Error [2/2]
template<typename... Args>
static inline void ManusSDK::Log::Error (
const char * p_Tag,
const char * p_Format,
Args &&... p_Args
)
function Info [1/2]
function Info [2/2]
template<typename... Args>
static inline void ManusSDK::Log::Info (
const char * p_Tag,
const char * p_Format,
Args &&... p_Args
)
function RegisterCallback
function Warn [1/2]
function Warn [2/2]
template<typename... Args>
static inline void ManusSDK::Log::Warn (
const char * p_Tag,
const char * p_Format,
Args &&... p_Args
)
The documentation for this class was generated from the following file api/cppSDK/SDKBase/Logging.hpp