|
| enum | COMPS_LogEntryType { COMPS_LOG_INFO,
COMPS_LOG_ERROR,
COMPS_LOG_WARNING
} |
| |
| enum | COMPS_LogErrCode {
COMPS_ERR_NO_ERR,
COMPS_ERR_ELEM_UNKNOWN,
COMPS_ERR_ELEM_ALREADYSET,
COMPS_ERR_PARSER,
COMPS_ERR_DEFAULT_PARAM,
COMPS_ERR_USERVISIBLE_PARAM,
COMPS_ERR_PACKAGE_UNKNOWN,
COMPS_ERR_DEFAULT_MISSING,
COMPS_ERR_USERVISIBLE_MISSING,
COMPS_ERR_NAME_MISSING,
COMPS_ERR_ID_MISSING,
COMPS_ERR_DESC_MISSING,
COMPS_ERR_GROUPIDS_EMPTY,
COMPS_ERR_DTD_ELEM,
COMPS_ERR_DTD_SEQUENCE,
COMPS_ERR_DTD_ATTRS,
COMPS_ERR_DTD_NOCHILD,
COMPS_ERR_MALLOC,
COMPS_ERR_READFD,
COMPS_ERR_WRITEF,
COMPS_ERR_XMLGEN,
COMPS_ERR_NOPARENT,
COMPS_ERR_GROUPLIST_NOTSET,
COMPS_ERR_OPTIONLIST_NOTSET,
COMPS_ERR_ELEM_REQUIRED,
COMPS_ERR_LIST_EMPTY,
COMPS_ERR_TEXT_BETWEEN,
COMPS_ERR_NOCONTENT
} |
| |
|
| COMPS_Logger * | comps_log_create (unsigned redirect2out) |
| |
| void | comps_log_destroy (COMPS_Logger *log) |
| |
| COMPS_LoggerEntry * | comps_log_entry_create (const char *msg, unsigned type, COMPS_LogErrCode code, unsigned int optcode1, unsigned int optcode2, unsigned int optcode3) |
| |
| char * | comps_log_entry_str (COMPS_LoggerEntry *entry) |
| |
| void | comps_log_error (COMPS_Logger *logger, const char *msg, COMPS_LogErrCode code, unsigned int optcode1, unsigned int optcode2, unsigned int optcode3) |
| |
| void | comps_log_warning (COMPS_Logger *logger, const char *msg, COMPS_LogErrCode code, unsigned int optcode1, unsigned int optcode2, unsigned int optcode3) |
| |
| void | comps_log_info (COMPS_Logger *logger, const char *msg, COMPS_LogErrCode code, unsigned int optcode1, unsigned int optcode2, unsigned int optcode3) |
| |
|
void | comps_log_entry_destroy (COMPS_LoggerEntry *entry) |
| |
|
void | comps_log_entry_destroy_v (void *entry) |
| |
| char * | comps_log_str (COMPS_Logger *logger) |
| |
A Documented file. Details.