|
static void | setLog (void(*pLog)(const char *format,...)) |
|
static void | setLogWarn (void(*pLogWarn)(unsigned ECId, const char *format,...)) |
|
static void | setLogErr (void(*pLogErr)(unsigned ECId, const char *format,...)) |
|
static void | printLog (const std::string &out) |
|
static void | printWarn (unsigned ECId, const std::string &out) |
|
static void | printError (unsigned ECId, const std::string &out) |
|
The Log class.
This is a wrapper to register CarMaker Log functions. If no CarMaker Log function is registered, it uses the std::cout output stream