x-ryl669/esp-elog

0.8.0-esp0

pre-release
uploaded 1 week ago
A C++ logging library for ESP32 using printf like syntax, that does compile-time validation of parameters, log compression for saving your precious memory, sleep resistant persistance

readme

# Embedded log library for ESP-IDF

This is a port of the library [eLog](https://github.com/X-Ryl669/eLog) to esp-idf.

Compared to the general library this version add the additional advantages:
* Possibility to store the log's ring buffer in RTC memory so it can survive deep sleep without being cleared
* Options are nicely modifiable via the usual menuconfig

Links

License: MIT

To add this component to your project, run:

idf.py add-dependency "x-ryl669/esp-elog^0.8.0-esp0"

or download archive

Stats

  • Archive size
    Archive size ~ 29.05 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

x-ryl669/esp-elog version: 0.8.0-esp0
|