Class ManusSDK::ClientLog
ClassList > ManusSDK > ClientLog
Public Static Functions
| Type | Name |
|---|---|
| void | debug (const char * p_String) |
| void | debug (const char * p_Format, Args &&... p_Args) |
| void | error (const char * p_String) |
| void | error (const char * p_Format, Args &&... p_Args) |
| void | info (const char * p_String) |
| void | info (const char * p_Format, Args &&... p_Args) |
| void | print (const char * p_String) |
| void | print (const char * p_Format, Args &&... p_Args) |
| void | printWithPadding (const char * p_Format, int p_Padding, Args &&... p_Args) |
| void | warn (const char * p_String) |
| void | warn (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::ClientLog::debug (
const char * p_Format,
Args &&... p_Args
)
function error [1/2]
function error [2/2]
template<typename... Args>
static inline void ManusSDK::ClientLog::error (
const char * p_Format,
Args &&... p_Args
)
function info [1/2]
function info [2/2]
template<typename... Args>
static inline void ManusSDK::ClientLog::info (
const char * p_Format,
Args &&... p_Args
)
function print [1/2]
function print [2/2]
template<typename... Args>
static inline void ManusSDK::ClientLog::print (
const char * p_Format,
Args &&... p_Args
)
function printWithPadding
template<typename... Args>
static inline void ManusSDK::ClientLog::printWithPadding (
const char * p_Format,
int p_Padding,
Args &&... p_Args
)
function warn [1/2]
function warn [2/2]
template<typename... Args>
static inline void ManusSDK::ClientLog::warn (
const char * p_Format,
Args &&... p_Args
)
The documentation for this class was generated from the following file api/cppSDK/SDKBase/ClientLogging.hpp