app/System_dependent/Native/Utils_dependent.hpp
#ifndef UTILS_DEPENDENT_HPP
#define UTILS_DEPENDENT_HPP
#include <iostream>
namespace Dependent {
void printDebug(const ::std::string &log);
void printInfo(const ::std::string &log);
void printWarn(const ::std::string &log);
void printError(const ::std::string &log);
}//namespace Dependent
#endif //UTILS_DEPENDENT_HPP