PowerBlocks SDK
 
Loading...
Searching...
No Matches
wiimote_log.h File Reference

Shared logging functions. More...

Go to the source code of this file.

Macros

#define WIIMOTE_ERROR_LOGGING
 
#define WIIMOTE_INFO_LOGGING
 
#define WIIMOTE_LOG_ERROR(fmt, ...)
 
#define WIIMOTE_LOG_INFO(fmt, ...)
 
#define WIIMOTE_LOG_DEBUG(fmt, ...)
 

Variables

const char * WIIMOTE_TAG
 

Detailed Description

Shared logging functions.

Shared logging functions across some of the wiimote source files.

Author
Samuel Fitzsimons (rainbain)
Date
2025

Macro Definition Documentation

◆ WIIMOTE_LOG_ERROR

#define WIIMOTE_LOG_ERROR ( fmt,
... )
Value:
LOG_ERROR(WIIMOTE_TAG, fmt, ##__VA_ARGS__)

◆ WIIMOTE_LOG_INFO

#define WIIMOTE_LOG_INFO ( fmt,
... )
Value:
LOG_INFO(WIIMOTE_TAG, fmt, ##__VA_ARGS__)