libosmocore  1.9.0.20-4ca0f.202310312026
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 
void * tall_log_ctx
Definition: logging.c:90
struct log_info * osmo_log_info
Definition: logging.c:87
struct llist_head osmo_log_target_list
void assert_loginfo(const char *src)
Definition: logging.c:324
const struct value_string loglevel_strs[]
Definition: logging.c:145
(double) linked list header structure
Definition: linuxlist.h:46
Logging configuration, passed to log_init.
Definition: logging.h:258
A mapping between human-readable string and numeric value.
Definition: utils.h:51