NN_LOGV

NN_LOGV Macro

Syntax

#include <nn/dbg.h>

#define NN_LOGV(fmt,arg)

Arguments

Name Description
in fmt Specifies the output format (the format string).
in arg Specifies the variable argument list.

Description

Outputs strings to the Debug window. It is possible to provide a variable argument list following the string format (string output format).

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

2011/07/29
Initial version.

CONFIDENTIAL