WPILibC++ 2023.4.3-108-ge5452e3
|
Typedefs | |
typedef void(* | CS_LogFunc) (unsigned int level, const char *file, unsigned int line, const char *msg) |
Functions | |
void | CS_SetLogger (CS_LogFunc func, unsigned int min_level) |
void | CS_SetDefaultLogger (unsigned int min_level) |
typedef void(* CS_LogFunc) (unsigned int level, const char *file, unsigned int line, const char *msg) |
void CS_SetDefaultLogger | ( | unsigned int | min_level | ) |
void CS_SetLogger | ( | CS_LogFunc | func, |
unsigned int | min_level | ||
) |