#include <stdio.h>
Go to the source code of this file.
|
void | lightify_log (struct lightify_ctx *ctx, int priority, const char *file, int line, const char *fn, const char *format,...) |
|
void | log_stderr (struct lightify_ctx *ctx, int priority, const char *file, int line, const char *fn, const char *format, va_list args) |
|
int | log_priority (const char *priority) |
|
§ lightify_log()
void lightify_log |
( |
struct lightify_ctx * |
ctx, |
|
|
int |
priority, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
fn, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
Definition at line 44 of file log.c.
§ log_priority()
int log_priority |
( |
const char * |
priority | ) |
|
Definition at line 62 of file log.c.
§ log_stderr()
void log_stderr |
( |
struct lightify_ctx * |
ctx, |
|
|
int |
priority, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
fn, |
|
|
const char * |
format, |
|
|
va_list |
args |
|
) |
| |
Definition at line 54 of file log.c.