blob: a510f83e8ef32f1b0ce2fbb4147c78b328b00d11 [file] [log] [blame]
#pragma once
/*! \defgroup logging_internal Osmocom logging internals
* @{
* \file logging_internal.h */
#include <osmocom/core/utils.h>
extern void *tall_log_ctx;
extern const struct log_info *osmo_log_info;
extern const struct value_string loglevel_strs[];
void assert_loginfo(const char *src);
/*! @} */