You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=Thread-safe logging library with managed queue, line-based API, tag filtering and RTC timestamps for ESP32.
paragraph=Thread-safe library that manages its own internal queue or accepts an external one. Includes a simplified getLine() API for retrieving complete lines, tag-based filtering for serial output, timestamps using the ESP32 internal RTC, circular behavior when the queue is full, and support for multiple concurrent FreeRTOS tasks. Fully compatible with existing code.