Songbird Metadata Album Art Fetcher Source. More...
#include "sbMetadataAlbumArtFetcher.h"
#include <sbIAlbumArtListener.h>
#include <sbIMediaItem.h>
#include <sbMemoryUtils.h>
#include <sbStandardProperties.h>
#include <sbStringBundle.h>
#include <nsComponentManagerUtils.h>
#include <nsArrayUtils.h>
#include <nsIFileURL.h>
#include <nsISimpleEnumerator.h>
#include <nsServiceManagerUtils.h>
#include <nsStringGlue.h>
#include <prlog.h>
Go to the source code of this file.
Macros | |
#define | TRACE(args) /* nothing */ |
#define | LOG(args) /* nothing */ |
Songbird Metadata Album Art Fetcher Source.
Definition in file sbMetadataAlbumArtFetcher.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 82 of file sbMetadataAlbumArtFetcher.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbMetadataAlbumArtFetcher:5 Use the following to output to a file: NSPR_LOG_FILE=path/to/file.log
Definition at line 81 of file sbMetadataAlbumArtFetcher.cpp.