aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/logging_internal.h
blob: 55b1bbd88552961fe5634fcc669e816242602dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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);

/*! @} */