blob: a510f83e8ef32f1b0ce2fbb4147c78b328b00d11 [file] [log] [blame]
Neels Hofmeyrba0762d2018-09-10 13:56:03 +02001#pragma once
2
3/*! \defgroup logging_internal Osmocom logging internals
4 * @{
5 * \file logging_internal.h */
6
7#include <osmocom/core/utils.h>
8
9extern void *tall_log_ctx;
10extern const struct log_info *osmo_log_info;
Neels Hofmeyr098038a2018-09-11 23:49:13 +020011extern const struct value_string loglevel_strs[];
Neels Hofmeyrba0762d2018-09-10 13:56:03 +020012
13void assert_loginfo(const char *src);
14
15/*! @} */