libosmocore/include/osmocom/core/logging_internal.h

16 lines
315 B
C

#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);
/*! @} */