libdom
Loading...
Searching...
No Matches
functypes.h File Reference
#include <stddef.h>
#include <inttypes.h>

Go to the source code of this file.

Typedefs

typedef void(* dom_msg) (uint32_t severity, void *ctx, const char *msg,...)
 

Enumerations

enum  {
  DOM_MSG_DEBUG , DOM_MSG_INFO , DOM_MSG_NOTICE , DOM_MSG_WARNING ,
  DOM_MSG_ERROR , DOM_MSG_CRITICAL , DOM_MSG_ALERT , DOM_MSG_EMERGENCY
}
 

Typedef Documentation

◆ dom_msg

typedef void(* dom_msg) (uint32_t severity, void *ctx, const char *msg,...)

Type of DOM message function

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Severity levels for dom_msg function, based on syslog(3)

Enumerator
DOM_MSG_DEBUG 
DOM_MSG_INFO 
DOM_MSG_NOTICE 
DOM_MSG_WARNING 
DOM_MSG_ERROR 
DOM_MSG_CRITICAL 
DOM_MSG_ALERT 
DOM_MSG_EMERGENCY