29 Levels level = Levels::LOG_LEVEL_DEBUG;
31 void debug(
const char* fmt, ...);
32 void info(
const char* fmt, ...);
33 void error(
const char* fmt, ...);
35 bool setLogfile(
const std::string& pathname);
38 void output(
const std::string& lvlName,
const std::string& msg);
39 std::ofstream logfile;
Internal logger (outputs to textfile if configured).
Definition: Logger.h:18
Levels
keep synchronized with like-named macros in WasatchVCPP.h
Definition: Logger.h:22
Namespace encapsulating the internal implementation of WasatchVCPP; customers would not normally acce...
Definition: Driver.h:26