LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
logger.h File Reference

Borrower-facing runtime operations for the logger port. More...

#include "logger_types.h"
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This header exposes the public runtime operation used to emit messages through a borrowed logger_t handle.

Definition in file logger.h.

Function Documentation

◆ logger_log()

logger_status_t logger_log ( logger_t l,
const char *  message 
)
Parameters
[in]lLogger handle used to emit the message.
[in]messageNull-terminated message to log.
Returns
Operation status.

This function exposes the borrower-facing logging operation of the logger port.

Definition at line 77 of file logger.c.