Borrower-facing runtime operations for the logger port.
More...
#include "logger_types.h"

Go to the source code of this file.
Functions | |
| logger_status_t | logger_log (logger_t *l, const char *message) |
| Emit a log message through a logger. | |
This header exposes the public runtime operation used to emit messages through a borrowed logger_t handle.
Definition in file logger.h.
| logger_status_t logger_log | ( | logger_t * | l, |
| const char * | message | ||
| ) |