Golioth Firmware SDK
Loading...
Searching...
No Matches
log.h File Reference

Go to the source code of this file.

Functions

enum golioth_status golioth_log_error (struct golioth_client *client, const char *tag, const char *log_message, golioth_set_cb_fn callback, void *callback_arg)
 
enum golioth_status golioth_log_warn (struct golioth_client *client, const char *tag, const char *log_message, golioth_set_cb_fn callback, void *callback_arg)
 Same as golioth_log_error, but for warning level.
 
enum golioth_status golioth_log_info (struct golioth_client *client, const char *tag, const char *log_message, golioth_set_cb_fn callback, void *callback_arg)
 Same as golioth_log_error, but for info level.
 
enum golioth_status golioth_log_debug (struct golioth_client *client, const char *tag, const char *log_message, golioth_set_cb_fn callback, void *callback_arg)
 Same as golioth_log_error, but for debug level.