PowerBlocks SDK
 
Loading...
Searching...
No Matches
log.c File Reference

System logging functions. More...

#include "log.h"
#include <stdio.h>
#include <stdarg.h>
#include "FreeRTOS.h"
#include "semphr.h"

Functions

void log_initialize (void)
 
void log_message (const char *level, const char *tag, const char *fmt,...)
 

Detailed Description

System logging functions.

Provides implementation of logging to control logging level and where the log goes.

Author
Samuel Fitzsimons (rainbain)
Date
2025 @license MIT (see LICENSE file)