WPILibC++ 2023.4.3-108-ge5452e3
|
Typedefs | |
using | cs::LogFunc = std::function< void(unsigned int level, const char *file, unsigned int line, const char *msg)> |
Functions | |
void | cs::SetLogger (LogFunc func, unsigned int min_level) |
void | cs::SetDefaultLogger (unsigned int min_level) |
using cs::LogFunc = typedef std::function<void(unsigned int level, const char* file, unsigned int line, const char* msg)> |
void cs::SetDefaultLogger | ( | unsigned int | min_level | ) |
void cs::SetLogger | ( | LogFunc | func, |
unsigned int | min_level | ||
) |