LibJuno 0.23.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_LOG_API_TAG Struct Reference

#include <log_api.h>

Data Fields

JUNO_STATUS_T(* LogDebug )(JUNO_LOG_T *ptJunoLog, const char *pcMsg,...)
 TODO: Replace this example function with your own functions.
 
JUNO_STATUS_T(* LogInfo )(JUNO_LOG_T *ptJunoLog, const char *pcMsg,...)
 
JUNO_STATUS_T(* LogWarning )(JUNO_LOG_T *ptJunoLog, const char *pcMsg,...)
 
JUNO_STATUS_T(* LogError )(JUNO_LOG_T *ptJunoLog, const char *pcMsg,...)
 

Field Documentation

◆ LogDebug

JUNO_STATUS_T(* JUNO_LOG_API_TAG::LogDebug) (JUNO_LOG_T *ptJunoLog, const char *pcMsg,...)

TODO: Replace this example function with your own functions.

◆ LogError

JUNO_STATUS_T(* JUNO_LOG_API_TAG::LogError) (JUNO_LOG_T *ptJunoLog, const char *pcMsg,...)

◆ LogInfo

JUNO_STATUS_T(* JUNO_LOG_API_TAG::LogInfo) (JUNO_LOG_T *ptJunoLog, const char *pcMsg,...)

◆ LogWarning

JUNO_STATUS_T(* JUNO_LOG_API_TAG::LogWarning) (JUNO_LOG_T *ptJunoLog, const char *pcMsg,...)

The documentation for this struct was generated from the following file: