Wire Sysio Wire Sysion 1.0.0
|
Enumerations | |
enum class | Category { error , debug , metrics , num } |
Functions | |
LOGGING_API void | setCategoryEnabled (Category category, bool enable) |
LOGGING_API bool | isCategoryEnabled (Category category) |
LOGGING_API void | printf (Category category, const char *format,...) |
|
strong |
bool Log::isCategoryEnabled | ( | Category | category | ) |
Definition at line 25 of file Logging.cpp.
void Log::printf | ( | Category | category, |
const char * | format, | ||
... ) |
Definition at line 30 of file Logging.cpp.
void Log::setCategoryEnabled | ( | Category | category, |
bool | enable ) |
Definition at line 20 of file Logging.cpp.