|
pwr_tStatus | errh_Init (const char *programName, errh_eAnix anix) |
| Initialize errh. Set up a queue to write to, set application name. More...
|
|
void | errh_SetStatus (pwr_tStatus sts) |
| Set application status. The application status is showed in the Node graph. The application can set this status with a call to errh_SetStatus. The status should be defined in the message file. More...
|
|
void | errh_Fatal (const char *msg,...) |
| Log a fatal message. The function has a variable argument list similar to sprintf. More...
|
|
void | errh_Error (const char *msg,...) |
| Log an error message. The function has a variable argument list similar to sprintf. More...
|
|
void | errh_Warning (const char *msg,...) |
| Log a warning message. The function has a variable argument list similar to sprintf. More...
|
|
void | errh_Info (const char *msg,...) |
| Log an info message. The function has a variable argument list similar to sprintf. More...
|
|
void | errh_Success (const char *msg,...) |
| Log a success message. The function has a variable argument list similar to sprintf. More...
|
|
errh_eAnix | errh_Anix (void) |
| Get application index for the process. More...
|
|
void | errh_SetAnix (errh_eAnix anix) |
| Set application index for the process.
|
|
void | errh_SetName (char *name) |
| Set application name for the process.
|
|