libosmocore  1.5.1
Osmocom core library
logging_internal.h
Go to the documentation of this file.
1 #pragma once
2 
7 #include <osmocom/core/utils.h>
8 
9 extern void *tall_log_ctx;
10 extern struct log_info *osmo_log_info;
11 extern const struct value_string loglevel_strs[];
12 extern struct llist_head osmo_log_target_list;
13 
14 void assert_loginfo(const char *src);
15 
assert_loginfo
void assert_loginfo(const char *src)
Definition: logging.c:282
log_info
Logging configuration, passed to log_init.
Definition: logging.h:225
loglevel_strs
const struct value_string loglevel_strs[]
Definition: logging.c:139
osmo_log_info
struct log_info * osmo_log_info
Definition: logging.c:81
utils.h
llist_head
(double) linked list header structure
Definition: linuxlist.h:46
value_string
A mapping between human-readable string and numeric value.
Definition: utils.h:42
osmo_log_target_list
struct llist_head osmo_log_target_list
tall_log_ctx
void * tall_log_ctx
Definition: logging.c:84