sbIPDLog.h File Reference

Songbird iPod Device Logging Definitions. More...

#include <nscore.h>
#include <prlog.h>
#include <stdio.h>
Include dependency graph for sbIPDLog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbIPDLog
 

Macros

#define IPD_LOG_MODULE_NAME   "sbIPDModule"
 
#define IPD_LOG_FIELD_LOG_ENABLE_PREF   "songbird.ipod.logging.enabled"
 
#define FIELD_LOG(args)
 

Detailed Description

Songbird iPod Device Logging Definitions.

Definition in file sbIPDLog.h.

Macro Definition Documentation

#define FIELD_LOG (   args)
Value:
{ \
printf("sbIPDLog: "); \
printf args; \
} \
}
var args
Definition: alert.js:8
static PRBool mFieldLoggingEnabled
Definition: sbIPDLog.h:110
if(DEBUG_DATAREMOTES)

Output the logging info specified by args if field logging is enabled.

Parameters
argsLogging arguments in printf format.

Definition at line 126 of file sbIPDLog.h.

#define IPD_LOG_FIELD_LOG_ENABLE_PREF   "songbird.ipod.logging.enabled"

Definition at line 77 of file sbIPDLog.h.

#define IPD_LOG_MODULE_NAME   "sbIPDModule"

Definition at line 76 of file sbIPDLog.h.