ocssw
V2022
|
olog.h
Go to the documentation of this file.
25 3 Error err Error conditions An application has exceeded its file storage limit and attempts to write are failing.
27 4 Warning warn May indicate that an error will occur if action is not taken. A non-root file system has only 2GB remaining.
31 6 Informational info Normal operational messages that require no action. An application has started, paused or ended successfully.
37 balance information, an error in the final step should be assigned Alert level. However, an error
59 typedef int (*olog_print_callback)(olog *olog, olog_backend *backend, uint8_t severity, va_list args);
int olog_warn(olog *olog,...)
int olog_crit(olog *olog,...)
int(* olog_destroy_callback)(olog *olog, olog_backend *backend)
Definition: olog.h:60
int olog_emerg(olog *olog,...)
int olog_info(olog *olog,...)
olog_print_error_callback print_error_callback
Called to print an error, if one exists.
Definition: olog.h:75
int olog_err(olog *olog,...)
int olog_debug(olog *olog,...)
int(* olog_print_callback)(olog *olog, olog_backend *backend, uint8_t severity, va_list args)
Definition: olog.h:59
Definition: olog.h:64
int(* olog_print_error_callback)(olog *olog, olog_backend *backend, FILE *stream)
Definition: olog.h:62
int(* olog_has_error_callback)(olog *olog, olog_backend *backend)
Definition: olog.h:61
int olog_notice(olog *olog,...)