NN_LOG Macro#include <nn/dbg.h> #define NN_LOG(...) (void)nn::dbg::detail::Printf(__VA_ARGS__)
| Name | Description | |
|---|---|---|
| in | ... | Same as the arguments to the standard library's printf function. |
Outputs strings to the Debug window.
The buffer size is NN_DBG_PRINTF_BUFFER_LENGTH. This function cannot handle strings longer than NN_DBG_PRINTF_BUFFER_LENGTH.
CONFIDENTIAL