if(type != SYS_EXIT)
{
switch(type)
{
case DELETE_PROC: str_cat(_re,"DeleteProc:"); break;
case MESSAGE: str_cat(_re,"Message:"); break;
case WARNNING: str_cat(_re,"Warnning:"); break;
case ERROR: str_cat(_re,"Error:"); break;
case ERROR_ACKERR: str_cat(_re,outError()); break;
}
str_cat(_re,_chr(s));
str_cat(_re,_chr("\n"));
str_cpy(plog.msg,_re);
outs(plog);
}