WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
Logging Functions

Typedefs

using wpi::cs::LogFunc

Functions

void wpi::cs::SetLogger (LogFunc func, unsigned int min_level)
void wpi::cs::SetDefaultLogger (unsigned int min_level)

Detailed Description

Typedef Documentation

◆ LogFunc

Initial value:
std::function<void(unsigned int level, const char* file,
unsigned int line, const char* msg)>
then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file
Definition ThirdPartyNotices.txt:204

Function Documentation

◆ SetDefaultLogger()

void wpi::cs::SetDefaultLogger ( unsigned int min_level)

◆ SetLogger()

void wpi::cs::SetLogger ( LogFunc func,
unsigned int min_level )