= { {
WLOG_INFO,
"this is a test",
"com.test.channelA" },
{
WLOG_INFO,
"Just some info",
"com.test.channelB" },
{
WLOG_WARN,
"this is a %dnd %s",
"com.test.channelA" },
{
WLOG_WARN,
"we're warning a %dnd %s",
"com.test.channelB" },
{
WLOG_ERROR,
"this is an error",
"com.test.channelA" },
{
WLOG_ERROR,
"we've got an error",
"com.test.channelB" },
{
WLOG_TRACE,
"this is a trace output",
"com.test.channelA" },
{
WLOG_TRACE,
"leaving a trace behind",
"com.test.channelB" } }
#define WLOG_TRACE
Definition: dsp_fdk_impl.c:32
#define WLOG_INFO
Definition: dsp_fdk_impl.c:34
#define WLOG_WARN
Definition: dsp_fdk_impl.c:35
#define WLOG_ERROR
Definition: dsp_fdk_impl.c:36