WPILibC++ 2023.4.3-108-ge5452e3
Logging Functions

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)
 

Detailed Description

Typedef Documentation

◆ CS_LogFunc

typedef void(* CS_LogFunc) (unsigned int level, const char *file, unsigned int line, const char *msg)

Function Documentation

◆ CS_SetDefaultLogger()

void CS_SetDefaultLogger ( unsigned int  min_level)

◆ CS_SetLogger()

void CS_SetLogger ( CS_LogFunc  func,
unsigned int  min_level 
)