4S Device Communication Module Collection  Version 0.6-SNAPSHOT
Full documentation of the modules in the 4SDC collection (aimed at 4SDC module developers)
anonymous_namespace{log.cpp}::Logger Class Reference
+ Collaboration diagram for anonymous_namespace{log.cpp}::Logger:

Public Member Functions

 Logger (std::string const &module)
 
std::string formatString (std::string const &string, std::string const &file, int line)
 
void fatal (std::string const &fatal, std::string const &file, int line)
 
void err (std::string const &err, std::string const &file, int line)
 
void warn (std::string const &warn, std::string const &file, int line)
 
void debug (std::string const &debug, std::string const &file, int line)
 
void info (std::string const &info, std::string const &file, int line)
 

Static Public Member Functions

static void fatal (std::string const &fatal)
 
static void err (std::string const &err)
 
static void warn (std::string const &warn)
 
static void debug (std::string const &debug)
 
static void info (std::string const &info)
 

Private Attributes

std::string moduleName
 

The documentation for this class was generated from the following file: