fuse_kafka
Defines | Functions
src/trace.c File Reference

Utility to send trace from fuse_kafka into kafka. More...

#include "trace.h"
#include "context.c"

Go to the source code of this file.

Defines

#define TRACE_C
 formats and send traces to kafka, behaving like printf

Functions

int trace_debug_enabled ()
char * trace_log_path_get ()
static int trace (const char *fmt,...)

Detailed Description

Utility to send trace from fuse_kafka into kafka.

Definition in file trace.c.


Define Documentation

#define TRACE_C

formats and send traces to kafka, behaving like printf

Parameters:
fmtthe format of the string to send as defined in printf
Returns:
0 on success

Definition at line 10 of file trace.c.

 All Data Structures Files Functions Variables Defines