17 #ifndef _DECAF_UTIL_LOGGING_SIMPLELOGGER_H_
18 #define _DECAF_UTIL_LOGGING_SIMPLELOGGER_H_
44 virtual void mark(
const std::string& message);
49 virtual void debug(
const std::string& file,
51 const std::string& message);
56 virtual void info(
const std::string& file,
58 const std::string& message);
63 virtual void warn(
const std::string& file,
65 const std::string& message);
70 virtual void error(
const std::string& file,
72 const std::string& message);
77 virtual void fatal(
const std::string& file,
79 const std::string& message);
84 virtual void log(
const std::string& message);
Definition: SimpleLogger.h:27
#define DECAF_API
Definition: Config.h:29