Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
Logger.cpp File Reference

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"
+ Include dependency graph for Logger.cpp:

Go to the source code of this file.

Detailed Description

Author
Ian Archbell

Supports logging with timestamps and severity levels (INFO, WARN, ERROR), and can write logs to an SD card file via FatFsStorageManager.

Version
0.2
Date
2025-03-31
License:\n MIT License

Definition in file Logger.cpp.