cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
ArduinoLoggerAdapter.h File Reference

Concrete CW_Logger over HardwareSerial for development builds. More...

#include <Arduino.h>
#include "cryptnox-sdk-cpp/CW_Logger.h"
Include dependency graph for ArduinoLoggerAdapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ArduinoLoggerAdapter
 CW_Logger implementation wrapping Arduino's HardwareSerial. More...

Detailed Description

Concrete CW_Logger over HardwareSerial for development builds.

Declares ArduinoLoggerAdapter, a thin pass-through adapter that sends every log call to an Arduino HardwareSerial (defaults to the primary Serial). Intended for development and debugging.

See also
CW_Logger
NullLoggerAdapter — production-time replacement that silences output.

Definition in file ArduinoLoggerAdapter.h.