#include "ISOcxx/ISOcxx.h" #include "ErrorLogger/ErrorLog.h" #include int main() { ErrorLog elog("RCP"); elog(ELinfo, "RCP-Start") << "All is well" << endmsg; return 0; } // main()