libosmocore 1.11.0
Osmocom core library
Loading...
Searching...
No Matches
logging_internal.h
Go to the documentation of this file.
1#pragma once
2
8
9extern void *tall_log_ctx;
10extern struct log_info *osmo_log_info;
11extern const struct value_string loglevel_strs[];
13
14void 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:398
const struct value_string loglevel_strs[]
Definition logging.c:219
(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