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

Silent CW_Logger for production firmware. More...

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

Go to the source code of this file.

Classes

class  NullLoggerAdapter
 No-op CW_Logger — guarantees nothing reaches the serial port. More...

Detailed Description

Silent CW_Logger for production firmware.

Declares NullLoggerAdapter, a no-op logger that drops every call. Use this in shipping firmware instead of ArduinoLoggerAdapter so the SDK's debug traces never reach the UART.

See also
CW_Logger
ArduinoLoggerAdapter — development-time counterpart.

Definition in file NullLoggerAdapter.h.