Implementation of Logger for structured logging to stdout and optionally SD. More...
#include "utility/Logger.h"
#include <cstring>
#include "framework/AppContext.h"
#include "time/PicoTime.h"
Go to the source code of this file.
Supports logging with timestamps and severity levels (INFO, WARN, ERROR), and can write logs to an SD card file via FatFsStorageManager.
Definition in file Logger.cpp.