libosmocore
UNKNOWN
Osmocom core library
Toggle main menu visibility
Loading...
Searching...
No Matches
logging_internal.h
Go to the documentation of this file.
1
#pragma once
2
6
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
tall_log_ctx
void * tall_log_ctx
Definition
logging.c:90
osmo_log_target_list
struct llist_head osmo_log_target_list
assert_loginfo
void assert_loginfo(const char *src)
Definition
logging.c:404
loglevel_strs
const struct value_string loglevel_strs[]
Definition
logging.c:219
osmo_log_info
struct log_info * osmo_log_info
Definition
logging.c:87
llist_head
(double) linked list header structure
Definition
linuxlist.h:46
log_info
Logging configuration, passed to log_init.
Definition
logging.h:259
value_string
A mapping between human-readable string and numeric value.
Definition
utils.h:51
utils.h
include
osmocom
core
logging_internal.h
Generated by
1.17.0