mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Allow resetting the logger back to default (#55)
This commit is contained in:
committed by
Peter Johnson
parent
8f97637b71
commit
c02d34dbf3
@@ -311,6 +311,7 @@ typedef std::function<void(unsigned int level, const char* file,
|
||||
unsigned int line, const char* msg)>
|
||||
LogFunc;
|
||||
void SetLogger(LogFunc func, unsigned int min_level);
|
||||
void SetDefaultLogger(unsigned int min_level);
|
||||
|
||||
//
|
||||
// Utility Functions
|
||||
|
||||
Reference in New Issue
Block a user