DebugUtils 1.0.0
Cross-platform logging macros for Arduino and native tests
Loading...
Searching...
No Matches
Macros
Configuration Macros

Build-time knobs that control logging routing and verbosity. More...

Macros

#define SERIAL_PORT   Serial
 Active serial backend used by logging macros (Arduino Serial by default).
 
#define LOG_LEVEL   LOG_INFO
 Compile-time log threshold (defaults to LOG_INFO).
 

Detailed Description

Build-time knobs that control logging routing and verbosity.

Macro Definition Documentation

◆ LOG_LEVEL

#define LOG_LEVEL   LOG_INFO

Compile-time log threshold (defaults to LOG_INFO).

Definition at line 252 of file debug.h.

◆ SERIAL_PORT

#define SERIAL_PORT   Serial

Active serial backend used by logging macros (Arduino Serial by default).

Definition at line 223 of file debug.h.