Esempio n. 1
0
/*
 *  iocLogShow ()
 */
void epicsShareAPI iocLogShow (unsigned level)
{
    if (iocLogClient!=NULL) {
        logClientShow (iocLogClient, level);
    }
}
/*
 *  caPutLogClientShow ()
 */
void epicsShareAPI caPutLogClientShow (unsigned level)
{
    if (caPutLogClient!=NULL) {
        logClientShow (caPutLogClient, level);
    }
}