19 #ifndef __LIBUBOX_ULOG_H
20 #define __LIBUBOX_ULOG_H
32 void ulog_open(
int channels,
int facility,
const char *ident);
38 void ulog(
int priority,
const char *fmt, ...)
41 #define ULOG_INFO(fmt, ...) ulog(LOG_INFO, fmt, ## __VA_ARGS__)
42 #define ULOG_NOTE(fmt, ...) ulog(LOG_NOTICE, fmt, ## __VA_ARGS__)
43 #define ULOG_WARN(fmt, ...) ulog(LOG_WARNING, fmt, ## __VA_ARGS__)
44 #define ULOG_ERR(fmt, ...) ulog(LOG_ERR, fmt, ## __VA_ARGS__)
struct blob_attr_info __attribute__
static struct udebug_buf * udb
void ulog(int priority, const char *fmt,...) __attribute__((format(printf
void ulog_open(int channels, int facility, const char *ident)
void ulog_threshold(int threshold)
void ulog_udebug(struct udebug_buf *udb)