|
VT100 Terminal App
Circle VT100 module documentation
|
Declares the SD-card backed logging device. More...
#include <circle/device.h>#include <circle/string.h>#include <circle/types.h>#include <fatfs/ff.h>Go to the source code of this file.
Classes | |
| class | CTFileLog |
| Provides file-based persistence for Circle logger messages. More... | |
Declares the SD-card backed logging device.
CTFileLog mirrors Circle logger output into a rotating file stored on the SD card while optionally forwarding the same data to an alternate device. It hides buffering, periodic flushing, and fallback handling so higher-level code only needs to attach the logger once and choose a file path.