8 void PHMessage(
const std::string& functionName,
int messageType,
const std::string&
message)
13 cerr << functionName << endl;
14 cerr <<
"\tERROR" << endl;
15 cerr <<
"\t" << message << endl;
18 cout << functionName << endl;
19 cout <<
"\tWARNING" << endl;
20 cout <<
"\t" << message << endl;
23 cout << functionName << endl;
24 cout <<
"\tHULLO HULLO HULLO" << endl;
25 cout <<
"\t" << message << endl;