ocssw
V2022
|
#include "olog.h"
#include "olog/loader.h"
#include "olog/stream.h"
#include "olog/streamf.h"
#include <stdlib.h>
Include dependency graph for olog_loader.c:
Go to the source code of this file.
Functions | |
olog * | olog_load_default () |
void | olog_destroy_default () |
Variables | |
olog * | olog_global_log = NULL |
char * | olog_global_config = NULL |
olog_backend | olog_backends_end = { 0 } |
Function Documentation
◆ olog_destroy_default()
void olog_destroy_default | ( | ) |
Definition at line 28 of file olog_loader.c.
◆ olog_load_default()
olog* olog_load_default | ( | ) |
Definition at line 12 of file olog_loader.c.
Variable Documentation
◆ olog_backends_end
olog_backend olog_backends_end = { 0 } |
Definition at line 10 of file olog_loader.c.
◆ olog_global_config
char* olog_global_config = NULL |
Definition at line 9 of file olog_loader.c.
◆ olog_global_log
Definition at line 8 of file olog_loader.c.