NN_LOG

NN_LOG Macro

Syntax

#include <nn/dbg.h>

#define NN_LOG(...)

Arguments

Name Description
in ... Same as the arguments to the standard library's printf function.

Description

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.

Replaces this macro with a dummy process and does nothing if NN_SWITCH_DISABLE_DEBUG_PRINT is defined.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL