l9p_logf
void l9p_logf(enum l9p_log_level level, const char *func, const char *fmt, ...);
#define L9P_LOG(level, fmt, ...) l9p_logf(level, __func__, fmt, ##__VA_ARGS__)