958 out <<
"IndraDrive ";
959 out << (
node==1?
"Az":
"Zd");
960 out <<
" [" << hex <<
fErrCode[node/2];
963 out << (typ==0xf || typ==0xe ?
"!" :
".");
967 case 0xf:
Error(out);
break;
968 case 0xe:
Warn(out);
break;
969 case 0xa:
Info(out);
break;
973 default:
Fatal(out);
break;
int Error(const std::string &str)
string ErrCodeToString(uint32_t code) const
int Warn(const std::string &str)
int Info(const std::string &str)
int Message(const std::string &str)
int Fatal(const std::string &str)