![]() |
WPILibC++ 2025.3.2
|
Typedefs | |
| typedef void(* | CS_LogFunc) (void *data, unsigned int level, const struct WPI_String *file, unsigned int line, const struct WPI_String *msg) |
Functions | |
| void | CS_SetLogger (CS_LogFunc func, void *data, unsigned int min_level) |
| void | CS_SetDefaultLogger (unsigned int min_level) |
| typedef void(* CS_LogFunc) (void *data, unsigned int level, const struct WPI_String *file, unsigned int line, const struct WPI_String *msg) |
| void CS_SetDefaultLogger | ( | unsigned int | min_level | ) |
| void CS_SetLogger | ( | CS_LogFunc | func, |
| void * | data, | ||
| unsigned int | min_level ) |