JobScheduler  1.1.0
CMJob::Log Class Reference

The Log class. More...

#include <CMJob.h>

Collaboration diagram for CMJob::Log:
Collaboration graph

Static Public Member Functions

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)
 

Detailed Description

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