summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/log.h
blob: 92c941f98a4eb4200b2598853802bacaa489c83d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

// -- internal --
// public
#include "rodeo/log_t.h"

void
rodeo_log(
	rodeo_logLevel_t loglevel,
	const char *format,
	...
);

void
rodeo_log_function_set(
	rodeo_log_function rodeo_log_func
);

rodeo_log_function
rodeo_log_function_get(void);