blob: 55b1bbd88552961fe5634fcc669e816242602dd5 [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;
void assert_loginfo(const char *src);
/*! @} */