#include <stdarg.h>
#include "olog.h"
#include "olog/loader.h"
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
◆ define_olog_print
#define define_olog_print |
( |
|
name, |
|
|
|
level |
|
) |
| |
Value:
Definition at line 125 of file olog.c.
◆ olog_create()
◆ olog_destroy()
void olog_destroy |
( |
olog * |
olog | ) |
|
◆ olog_has_error()
◆ olog_print()
int olog_print |
( |
olog * |
olog, |
|
|
int |
level, |
|
|
|
... |
|
) |
| |
◆ olog_print_error()
bool olog_print_error |
( |
olog * |
olog, |
|
|
FILE * |
stream |
|
) |
| |
◆ olog_vprint()
int olog_vprint |
( |
olog * |
olog, |
|
|
int8_t |
level, |
|
|
va_list |
args |
|
) |
| |